View Single Post
  #12  
Old 09-30-2009, 12:33 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

as long as the DBserver and World are on the same computer localhost is fine.

bear in mind the <pw> is case sensitive, so how ever you created the login for MYSQL is how that needs to be also.

just for giggles, bring up a command prompt and run

Code:
mysql -u root -p
then enter the same p/w you have in the config to see if you can login
Reply With Quote