Thread: DB Error
View Single Post
  #4  
Old 05-25-2010, 10:46 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Attempt to login to your database from either a cmd window (Windows) or a shell (linux)... ie

mysql [-h host] -u <user> -p<password> database

use the credentials you have in your config to fill in the blanks. Note there is no space between the -p and the password. If you use the -p and do not include the password it will prompt you.
Reply With Quote