[rt-users] mysql password problems

Justin Findlay jfindlay at gmail.com
Fri May 5 14:21:44 EDT 2006


I apologize if this question is off topic, yet I am a MySQL newbie and
haven't found any resolution on my own.  I've been following this
install guide

http://wiki.bestpractical.com/index.cgi?RHEL4InstallGuide

and everything seems to work except this command:

# mysqladmin -u root password newpass
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

I've also tried this alternate syntax:

# mysqladmin -uroot -p create
Enter password:<some password>
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'

What can I do?


Justin



More information about the rt-users mailing list