Closed coder-2014 closed 2 months ago
Hi @BroadZhang ,
Thanks for your request. By looking into your screenshot, Readyset was started successfully.
From your error, it looks like you are trying to connect with an user ODBC
while Readyset is configured to use the user root
Can you try:
mysql -u root -p -h 192.168.204.10 -P 3307
And enter the root password?
I interpretive error. Logging in with the username and password from the database was successful. Thank you
I run it through a Docker image, but I'm not sure if it was successful because I didn't see the display "INFO replicators:: noria'apter: Streaming replication started" mentioned in the documentation,No errors were displayed。
And I can't connect through MySQL shell, I don't know where the problem lies