mySQL connection problem
-
dbh=mysql_connect (“localhost”, “username_wp”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“username_blog”);I keep getting this error whenever i want to make a server?
I’ve used wp before but I never got that error.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘mySQL connection problem’ is closed to new replies.