Can’t see wordpress site and weird mySQL database errors
-
Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:frankli_wordpress:localhost”,”frankli_jayson”,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “frankli_jayson”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“frankli_wordpress”);I seem to be getting this on every database, not just the wordpress site.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can’t see wordpress site and weird mySQL database errors’ is closed to new replies.