Do you have the correct database, username, and password configured?
This signature is not part of the response. However it does contain important information worth reading Search FAQ How to ask a question
Please don't add a new, unrelated question to an existing thread! For new questions, start a new thread. But before you do, don't forget to search- your question has probably already been answered.
Last edited by s.j.hebert : 10-28-2008 at 12:01 PM.
// ** MySQL settings ** //
define('DB_NAME', 'dataname'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'passhere'); // ...and password
define('DB_HOST', 'mysql2.000webhost.com'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
Try it again, you sure correct, its working well with my site.