|
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."
|