Hello Everyone,
This is my first post and I wish I didn't have to. I've tried many (many) avenues to find the source of my problem but just can't seem to find the solution.
I go into my cpanel, into MySQL database section, and all five of the databases I've created give the following error:
Connection Strings Perl $dbh = DBI->connect("DBI:mysql:rwwzeyuq_ABVFP:localhost","rww zeyuq_Michell","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "rwwzeyuq_Michell", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("rwwzeyuq_ABVFP");
I've done so much reading I'm just confused now. I see the part where it says "PASSWORD HERE" and think this is the problem. Is this fixed in the dbConfig.php file? If so, where is that file supposed to be located because I cannot find it. If the dbConfig.php file is supposed to be there and isn't, how do I get it back?
If that's not the issue, can someone possibly tell me what I'm doing wrong?
A second slightly related question:
I notice that the MySQL version that came with my purchase of VodoHost software is 4.1.22, but I see from the MySQL website, that there is now version 5.0. Is it important that I do an upgrade, or should everything be okay with the VH issued version?
Many thanks to anyone that can respond and assist.
Michelle - http://www.ilikelinx.com
This is my first post and I wish I didn't have to. I've tried many (many) avenues to find the source of my problem but just can't seem to find the solution.
I go into my cpanel, into MySQL database section, and all five of the databases I've created give the following error:
Connection Strings Perl $dbh = DBI->connect("DBI:mysql:rwwzeyuq_ABVFP:localhost","rww zeyuq_Michell","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "rwwzeyuq_Michell", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("rwwzeyuq_ABVFP");
I've done so much reading I'm just confused now. I see the part where it says "PASSWORD HERE" and think this is the problem. Is this fixed in the dbConfig.php file? If so, where is that file supposed to be located because I cannot find it. If the dbConfig.php file is supposed to be there and isn't, how do I get it back?
If that's not the issue, can someone possibly tell me what I'm doing wrong?
A second slightly related question:
I notice that the MySQL version that came with my purchase of VodoHost software is 4.1.22, but I see from the MySQL website, that there is now version 5.0. Is it important that I do an upgrade, or should everything be okay with the VH issued version?
Many thanks to anyone that can respond and assist.
Michelle - http://www.ilikelinx.com
Comment