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