-
use MySQL client:
backend use MySQL 8.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @wubx. We do support MySQL 8.0. We'll need a bit more information to help you debug this. Can you share the command you're using to run ReadySet and the logs that you're seeing on that instance? |
Beta Was this translation helpful? Give feedback.
-
Hi @wubx, The example docker command we give spins up ReadySet on port 5433 (default for Postgres), but we expose port 3307 from the container and try and connect on that port. Here's a correct command you can use to run ReadySet. Thanks for reporting this, I'll update the instructions to be correct.
and then connect with
|
Beta Was this translation helpful? Give feedback.
Hi @wubx,
The example docker command we give spins up ReadySet on port 5433 (default for Postgres), but we expose port 3307 from the container and try and connect on that port. Here's a correct command you can use to run ReadySet. Thanks for reporting this, I'll update the instructions to be correct.