ERROR 1045 (28000): Access denied for user ‘ODBC’@’localhost’ (using password: NO) permanently
In this video I have shown how to over come the below error,
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO) permanently
As shown in the video, Open MySQL through command Prompt and give user name and password of MySQL as command line argument.
C:\cd MySQL installed path\MySQL -u{mysql username>} -p{mysql password}
For Eg:
C:\cd MySQL installed path\MySQL -uroot -proot
The error should have gone now if you put the username and password correctly.
0 Comments
Comments
Leave a Comment