this is the error i get when i try to look at my website.( www.killcrazedgaming.com )
it has been working for about a month and last nigh it screwed up. im renting from a hosting company and this is what mysql looks like,
MySQL Account Maintenance
Databases: killcra_a
Users in a
killcra_ (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:killcra_a:localhost","killcra_","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "killcra_", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("killcra_a");
killcra_phpb1
Users in phpb1
killcra_ (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:killcra_phpb1:localhost","killcra_","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "killcra_", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("killcra_phpb1");
phpmyadmin says i have no privledges for adding databases also. i have no clue whats wrong,anyone have any ideas ?



LinkBack URL
About LinkBacks
Reply With Quote




