Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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?

Viewing 1 replies (of 1 total)