• Resolved gfahim

    (@gfahim)


    I think I have successfully edited the wp_config.php file…My dB_host may be wrong, I’m still trying to figure out exactly what that should be. But when I go to the wp_admin/install it says that I have already installed and need to delete the older databases. Since I don’t know where I would have installed it, I don’t know where to go to delete this/these database(s)! If someone could help that would be fantastic. I really want to get this site up and running soon….

    Thanks!

Viewing 1 replies (of 1 total)
  • quick fix – edit this in wp-config.php
    $table_prefix = 'wp_';

    change it to something else like
    `$table_prefix = ‘wp1_’;

    or log in to your phpmyadmin and drop all tables in your database
    and try again

Viewing 1 replies (of 1 total)
  • The topic ‘already installed?’ is closed to new replies.