reniere Posted October 27, 2013 Posted October 27, 2013 There was a problem connecting to the database server. The following error had occured: Access denied for user 'xxxx'@'xxxx.com' (using password: YES) Please verify the connection parameters and try again. How can i resolve this?
♥joli1811 Posted October 27, 2013 Posted October 27, 2013 Hi Reniere You will need to check your /include/configure.php files. It is saying you have the wrong password. define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'XXXXXX'); define('DB_SERVER_PASSWORD', 'XXXXXX'); define('DB_DATABASE', 'XXXXXX'); Regards Joli To improve is to change; to be perfect is to change often.
reniere Posted October 28, 2013 Author Posted October 28, 2013 Thanks for help me John I defined the configure.php file but appear this message. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'resser'@'gvo23665.gvodatacenter.com' (using password: YES) in /home/resser/public_html/includes/functions/database.php on line 19 Unable to connect to database server!
♥joli1811 Posted October 28, 2013 Posted October 28, 2013 Thanks for help me John I defined the configure.php file but appear this message. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'resser'@'gvo23665.gvodatacenter.com' (using password: YES) in /home/resser/public_html/includes/functions/database.php on line 19 Unable to connect to database server! you did change the both configure files? includes/configure.php and admin/includes/configure.php Go to your control panel MySQL® Databases and check that you are using the correct database info you could try creating a new user and password for your database. Just sounds to me that the info is for some reason wrong. Regards Joli To improve is to change; to be perfect is to change often.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.