Below is the snippet from my attempt to get the godaddy hosting service to run. I keep getting the “Your PHP installation appears to be missing the MySQL which is required for WordPress.” error.
define(‘DB_NAME’, ‘apblog’); // The name of the database
define(‘DB_USER’, ‘apblog’); // Your MySQL username
define(‘DB_PASSWORD’, ‘********’); // …and password
define(‘DB_HOST’, ‘mysql27.secureserver.net’);
I copied the db_host string directly from the godaddy web page.
Any ideas?