-
Notifications
You must be signed in to change notification settings - Fork 6
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
Access Denied #13
Comments
Hi @airpods69 , vim-mysql-plugin relies on the my.cnf and the mysql command to picks up the config, are you able to run |
I need to specify the password as well with it |
So I think your my.inf doesn't take effect for some reason. |
probably also sorry for the late reply, I have been traveling |
I'm not sure why but that looks to be an issue of mysql client or mysql setup. my.inf should be automatically picked up by the command |
ah I'll set it up again and check it out again should I avoid a password for the user just to make it work? (I dont mind doing this since its only for development purposes) |
You can do that as a workaround but it's better to find out why the my.ini is not working |
Password kept in client but still getting Access denied to varoo@localhost
Expected Behavior:
rr should work and display table of users
Actual Behavior:
rr leads to the error
Enter password: ERROR 1045 (28000): Access denied for user 'varoo'@'localhost' (using password: YES)
my.cnf
idk.sql
The text was updated successfully, but these errors were encountered: