Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kashmirz

    (@kashmirz)

    the exact error says

    Error establishing a database connection

    Are you sure you have the correct host name in place?

    Thread Starter kashmirz

    (@kashmirz)

    this is what my config file looks like from the password down.

    define(‘DB_HOST’, ‘
    p41mysql103.secureserver.net’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    i obtained this information from the database section of my mysql account

    If you send me an email, I will take a look at what is happening.

    shadow12 gmail

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Weird Installation Error – go daddy’ is closed to new replies.