ok mysql is really screwed and wont work.. when i add a user to the db it gives me this message
| Quote: |
| Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:fungoku_work:localhost","fungoku_","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "fungoku_", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("fungoku_work"); |
