Hi Guys,
Thanks for all of the suggestions. I have tried everything I can think of. I will include what I can and see if anyone can make sense of it.
// Hostname or ip of server
$servername="localhost";
// Username and password to log onto db server
$dbusername="XXXXX"; I have tried the database & Cpanel username
$dbpassword="XXXXX"; I have tried the database & Cpanel password
// Name of database
$dbname="sunshop";
// Table prefixes. Do not change the value after the install has been finished!
//$dbprefix="ss_"; // Uncomment this line if this is a new install.
?>
I am getting this error message:
Connect Failed: Unexpected error from the database.
Error number:
Error description:
Please ensure that the database and server is correctly configured and try again
I deleted everything in the MySQL and started over. Any Ideas???
David