Forum Replies Created

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

    (@scowman)

    This is what my wp-config.php file says:

    “<?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘wordpress’); // The name of the database
    define(‘DB_USER’, ‘root’); // Your MySQL username
    define(‘DB_PASSWORD’, ”); // …and password
    define(‘DB_HOST’, ‘localhost’); // 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’);
    ?>”

    Do you think I need to change anything?

    Thread Starter scowman

    (@scowman)

    Just loaded the latest version of Firefox and the problem is solved. Guess I was using an old version of IE

    Thread Starter scowman

    (@scowman)

    Also, this is a local install on my laptop and I am using IE.

    Thanks for the help.

    I got this far:

    “In your site’s control panel login to phpmyadmin.”

    I do not understand this:

    “Click on the database to work on.”

    Which database? There are several in the drop down menu.

    I also do not understand what you mean by this:

    “There should only be a few tables there with icons beside them. Hover over the icons until you get the “drop” icon. Drop all of the tables.”

    What is a table with and icon? How will I identify it?

    Thanks, Ken

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