-
Notifications
You must be signed in to change notification settings - Fork 59
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
Connect to MySQL w/o password #81
Comments
Did you try not to provide the line |
Give the same error |
I've tried to set |
Try to set the password to null instead of the empty string |
Hi guys,
Today I met an issue to connect to MySQL Server 5.7.17 using account w/o password. I got next log error:
Error 1045 - #28000 - Access denied for user 'root'@'localhost' (using password: YES)
My conf.json:
Java:
P.S. I'm using Vertx 3.4.2, vertx-mysql-postgresql-client 3.4.2.
The text was updated successfully, but these errors were encountered: