View Single Post
Old Nov 27th, 2007, 1:35 PM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,466
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: Connection Error (usually when MySQL is being installed over a previous version)

Seems like the configuration wizard is not applying the new password so it leaves the root password blank.

When you start the MySQL command line client... just press ENTER when you are prompted for the password.

Change the root password by executing:

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPassword');



Maybe that will help.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote