Skip to content

Does ReadySet supports mysql client connect? #37

Answered by jbensal
wubx asked this question in Q&A
Discussion options

You must be logged in to vote

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.

docker run -d \
--name=readyset \
--publish=3307:3307 \
--platform=linux/amd64 \
--volume='readyset:/state' \
--pull=always \
-e DEPLOYMENT_ENV=quickstart_github \
public.ecr.aws/readyset/readyset:beta-2022-12-15 \
--standalone \
--deployment='github-mysql' \
--database-type=mysql \
--upstream-db-url=mysql://root:readyset@172.17.0.1:3306/testdb \
--address=0.0.0.0:3307 \
--username='root' \
-…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@wubx
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jbensal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants