|
That could mean a number of things.
First double check these settings in your contants.inc file.
$DBHOST = 'yourhosthere'; //almost always "localhost"
$DBNAME = 'yourdatabasenamehere';
$DBUSER = 'yourdbusernamehere';
$DBPASSWORD = 'yourdbpasswordhere';
It could also mean that your MySQL is not set up properly on your server. I'm assuming this is a hosting company and not a self install so that shouldn't be your issue. And if you successfully installed the database, probably through PHPMyAdmin, then that also indicates there is nothing wrong with your MySQL install.
__________________
Dave
HFTC Commish
|