When I was trying to connect to mysql typing :
mysql -h localhost -u user -p
After typing the password I was getting this error:
ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: YES)
I resolved that issue changing the user host value from % to localhost i.e using sqlyog:
mysql -h localhost -u user -p
After typing the password I was getting this error:
ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: YES)
I resolved that issue changing the user host value from % to localhost i.e using sqlyog:
No comments:
Post a Comment