mysql problem
-
I get the following error:
“Your PHP installation appears to be missing the MySQL which is required for WordPress.”
Note that I changed the wp-config.php file accordingly. It now reads:
define(‘DB_NAME’, ‘bobserver’); // The name of the database
define(‘DB_USER’, ‘bob’); // Your MySQL username
define(‘DB_PASSWORD’, ‘bobspassword’); // …and password
define(‘DB_HOST’, ‘mysql##.secureserver.net’);where ‘bobserver’ is the name of the server, the username is ‘bob’, the password is the correct one, and the host is correct when you swap the numbers for the ## signs. I verified all this on the mysql database, yet I’m still getting the error msg. Any ideas? Did I just make an error in the code?
And I’m hosting with godaddy, if that helps.
- The topic ‘mysql problem’ is closed to new replies.