• Well, I once had wordpress, then it fucked up and I deleted it all but now I want wordpress again, so I downloaded it, changed the config file and uploaded it, then my problem come, I get this message:

    > Already Installed

    You appear to have already installed WordPress. To reinstall please clear your old database tables first. <

    I deleted everything on my ftp, but still gets this message :'( help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you also clear out your MySQL tables?

    It just means there are some dtabase tables, but you can forget about those.

    Open wp-config.php
    Find this line:
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

    Change that to:
    $table_prefix = 'blog2_'; // Only numbers, letters, and underscores please!
    and upload the changed file.

    Your install should go just fine ??

    Thread Starter energizeer

    (@energizeer)

    Perfect! thanks for the fast help podz ;D

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Install help’ is closed to new replies.