Another way to test is to try and log into the db from a command prompt.
That would be the following.
mysql -u username -p dbname
It will then prompt you for a password. Put that password in and if you can get in then it is something else with the XML file.
|