Albert Lewis
02-11-2004, 01:24 AM
Alright when i log into my CP and go to my MySQL manager, under the different databases that i have set up, i get this error under some of them, at different times.
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:username_dbname:localhost","username_dbuser","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "username_dbuser", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("username_dbname");
I have changed username_dbname and username db_username but can anyone tell me what the hell is going on?
And anyone having problems getting into it with phpmyadmin? i can't even log on with the right username and pass.
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:username_dbname:localhost","username_dbuser","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "username_dbuser", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("username_dbname");
I have changed username_dbname and username db_username but can anyone tell me what the hell is going on?
And anyone having problems getting into it with phpmyadmin? i can't even log on with the right username and pass.