Access denied for user 'root'@'localhost' (using password: NO)
Hello,
If you are getting this error messege while accessing mysql from the shell then make sure that you have done
su -
from the command prompt after that fire
mysql
even if you are getting that error messege then you need to reset the mysql password you can use following steps for it
first locate your mysql’s hostname.pid file then
kill `cat /mysql-data-directory/host_name.pid`
mysqld_safe –skip-grant-tables &
mysqladmin -u root flush-privileges password “newpassword”
New password will be the password that you want to set now.
Enjoy..
Cheap Dedicated server
Cheap Dedictaed Server hosting
If you are getting this error messege while accessing mysql from the shell then make sure that you have done
su -
from the command prompt after that fire
mysql
even if you are getting that error messege then you need to reset the mysql password you can use following steps for it
first locate your mysql’s hostname.pid file then
kill `cat /mysql-data-directory/host_name.pid`
mysqld_safe –skip-grant-tables &
mysqladmin -u root flush-privileges password “newpassword”
New password will be the password that you want to set now.
Enjoy..
Cheap Dedicated server
Cheap Dedictaed Server hosting
1 Comments:
According to the mysql manual, the mysqladmin command is incorrect. I tried this and failed, but instead solved my problem using http://www.cyberciti.biz/tips/recover-mysql-root-password.html
Post a Comment
<< Home