readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.54k stars 125 forks source link

I'm not sure if it run successfully ,in docker #1360

Closed coder-2014 closed 2 months ago

coder-2014 commented 2 months ago

image

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 image

altmannmarcelo commented 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?

coder-2014 commented 2 months ago

I interpretive error. Logging in with the username and password from the database was successful. Thank you