samccheung Posted May 5, 2005 Share Posted May 5, 2005 New Installation Database Import A test connection made to the database was NOT successful. The error message returned is: for user: Access denied'lvsam_sam@rl.westnic.net' (Using password: YES) Please click on the Back button below to review your database server settings. If you require help with your database server settings, please consult your hosting company. please me how to put database usename Link to comment Share on other sites More sharing options...
♥Vger Posted May 5, 2005 Share Posted May 5, 2005 You are either entering the wrong User Name or wrong Password. Check with your hosting company as to what they should be. Vger Link to comment Share on other sites More sharing options...
samccheung Posted May 5, 2005 Author Share Posted May 5, 2005 You are either entering the wrong User Name or wrong Password. Check with your hosting company as to what they should be. Vger <{POST_SNAPBACK}> MySQL Account Maintenance Databases: lvsam_lvdata lvsam_sam Users in sam lvsam_sam (Privileges: ALL PRIVILEGES) Connection Strings Perl $dbh = DBI->connect("DBI:mysql:lvsam_sam:localhost","lvsam_sam","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "lvsam_sam", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("lvsam_sam"); I did all this but i still can not login Link to comment Share on other sites More sharing options...
Badjokes Posted May 5, 2005 Share Posted May 5, 2005 New Installation Database Import A test connection made to the database was NOT successful. The error message returned is: for user: Access denied'lvsam_sam@rl.westnic.net' (Using password: YES) Please click on the Back button below to review your database server settings. If you require help with your database server settings, please consult your hosting company. please me how to put database usename <{POST_SNAPBACK}> You may want to try "localhost" in your configure.php file define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.