• I am 99% certain my config file is correct. When I go to the install file it comes up with an error saying wordpress is already installed. please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sounds like the Database is already populated

    Did you have a timeout or a previously aborted attempt? Your wp-config.php is likely correct to get this message.

    You have 2 choices:
    1) Go to your database with phpmyadmin and drop all the tables for WP in the database and run the install.php
    or
    2) open your wp-config.php and change your table settings.
    Like so:
    go to the line where you see
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
    and change wp_ to something like wp1_
    upload the file and run the installer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress already installed’ is closed to new replies.