Thread: windows server.
View Single Post
  #5  
Old 05-22-2007, 09:48 AM
vales
Discordant
 
Join Date: May 2006
Posts: 458
Default

Did you open up the MySQL port? Did you change or enter your MySQL password? Did you enable OLD_PASSWORDS?

Quote:
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');
You shouldn't be getting connection issues if this is your first time setting it up. We don't know what you've done (if you messed anything up), so it's hard to help you if you can't troubleshoot basic things by yourself. That error could mean a few things - namely a port, service or password issue.
Reply With Quote