Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dougyd

    (@dougyd)

    i even messed up the post in here… great

    Thread Starter dougyd

    (@dougyd)

    IT WORKS. After switching to the linux server the install.php worked. Thank you very much openpundit and rudolf45 for walking my uninformed ass thru all of this. Much appreciated

    Thread Starter dougyd

    (@dougyd)

    I am on a windows server – let me try to switch.

    Thread Starter dougyd

    (@dougyd)

    Openpundit: I followed your instructions and my wp-config.php is as follows:

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘gold24’); // The name of the database
    define(‘DB_USER’, ‘gold24’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘********’); // …and password
    define(‘DB_HOST’, ‘mysql277.secureserver.net’); // 99% chance you won’t need to change this value

    // 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-includes/languages.
    // For example, install de.mo to wp-includes/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’);
    ?>

    (password is not stars…)

    And I still get the “Your PHP installation appears to be missing the MySQL which is required for WordPress.”

    Any other thoughts?

    Doodlebee: I may take you up on that offer at some point – i feel like I should be able to get this right with some help, I would like to understand how to get this working so I can set up others in the future.

    Could this have anything to do with DNS? I have it activated, should I remove? Blood pressure thru the roof…..

    Once again thanks for all the help.

    -Doug

    Thread Starter dougyd

    (@dougyd)

    Thanks for the reply – So my wordpress folder is uploaded to https://www.24kgoldclothing.com/wordpress

    I went into the Hosting Manager for the 24kgoldclothing domain on Godaddy and created a MySQL database with the name of gold24

    I uploaded the wp-config.php file to correspond to
    DB NAME: gold24
    DB USER: gold24
    PASS: *thepassword*
    DB host: localhost (Where would I find the MySQL server name? – Im confused on this part)

    After running the install.php i still get the same error. It seems like Im missing some glaring factor here, I dont know – after creating the MySQL database is there anything else I need to do to link it up to my site? It just seems like it exists unconnected to anything else. I hope this info gives you better idea of where im screwing up – I appreciate all the help.

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