energizeer
Member
Posted 6 years ago #
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!
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 :)
energizeer
Member
Posted 6 years ago #
Perfect! thanks for the fast help podz ;D