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

fix(server):java jdbc connect "Access denied for user 'root'@'127.0.0… #646

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

pretty66
Copy link
Contributor

Fixes #531

I found that when java connects to the server through the jdbc library, there will be:
error: Access denied for user'root'@'127.0.0.1:3306' (using password: Yes

After capturing the packet and comparing it with kingshard, I found that salt must be in the range of ascii

@lance6716 lance6716 merged commit 89f35c0 into go-mysql-org:master Nov 16, 2021
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

Successfully merging this pull request may close these issues.

Access denied for user 'root'@'127.0.0.1:3306' (using password: Yes)
2 participants