Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Plugin is broken #1536

Open
fukawi2 opened this issue Jul 14, 2023 · 4 comments
Open

MySQL Plugin is broken #1536

fukawi2 opened this issue Jul 14, 2023 · 4 comments

Comments

@fukawi2
Copy link
Contributor

fukawi2 commented Jul 14, 2023

Bedrock is working, and I can run queries via nc to port 8888, logs confirm that the plugin is loading, and I can see the port is listening:

$ sudo ss -tnlp | grep 3306
LISTEN    0         4096              127.0.0.1:3306            0.0.0.0:*        users:(("bedrock",pid=19013,fd=21))

But when I try to connect, I get nothing:

$ mysql -h 127.0.0.1 -vvvv

strace shows it’s waiting for a response on port 3306:

connect(3, {sa_family=AF_INET, sin_port=htons(3306), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
setsockopt(3, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
recvfrom(3,
@izytechAB
Copy link

Is there any updates on this?

@fukawi2
Copy link
Contributor Author

fukawi2 commented Jan 7, 2024

Unfortunately it's not an internal priority at the moment, because this was originally provided as a compatibility/migration tool and we do not use it in production.

We would be happy to review PRs though if someone else wanted to investigate before we are able to commit internal engineering efforts.

@fukawi2
Copy link
Contributor Author

fukawi2 commented Dec 2, 2024

A fix is likely coming for this soon 🤞

@adworacz
Copy link

adworacz commented Dec 2, 2024

Woot! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants