From 42dc0dd5204a991e0e8d39a30289aaf5e37eccf6 Mon Sep 17 00:00:00 2001 From: Sergei Grebnov Date: Mon, 27 Jan 2025 17:30:15 -0800 Subject: [PATCH] Debezium CDC and SASL/SCRAM: update mysql connection string (#72) --- cdc-debezium/sasl-scram/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdc-debezium/sasl-scram/README.md b/cdc-debezium/sasl-scram/README.md index 9553952..3a04614 100644 --- a/cdc-debezium/sasl-scram/README.md +++ b/cdc-debezium/sasl-scram/README.md @@ -102,7 +102,7 @@ Now let's make some changes to the MySQL database and observe that Spice consume Stop the Spice SQL REPL or open a third terminal and connect to the MySQL database with `mysql`: ```bash -mysql -h localhost -u root -p inventory -P 3306 +mysql -h 127.0.0.1 -u root -pdebezium inventory -P 3306 ``` ```sql