-
Notifications
You must be signed in to change notification settings - Fork 85
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
Comments
Is there any updates on this? |
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. |
A fix is likely coming for this soon 🤞 |
Woot! Thank you so much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
But when I try to connect, I get nothing:
strace shows it’s waiting for a response on port 3306:
The text was updated successfully, but these errors were encountered: