joe056 Posted December 31, 2005 Posted December 31, 2005 I can't understand the error messages that I am getting when I create a MySQL Database in the cpanel. I asked the tech support people and they just told me to ignore it, but I am still curious about what they mean mean. Error Message: Connection StringsPerl $dbh = DBI->connect("DBI:mysql:myname_myblog:localhost","myname_wpadmin",""); PHP $dbh=mysql_connect ("localhost", "myname_wpadmin", "") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("qjdsbyrs_myblog"); Thanks for your help. Quote
TCH-Andy Posted December 31, 2005 Posted December 31, 2005 They aren't an error message, they are simply instructions on how to connect to the database from either Perl or PHP. Quote
joe056 Posted December 31, 2005 Author Posted December 31, 2005 Thanks! That makes a lot more sense. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.