Problems Re-installing
-
I’ve working with WordPress and MAMP on my computer locally for about a month. I was trying to export the database when something went wrong and I could no longer view my wordpress locally (localhost:8888). Long story short:
I’ve completely erased wordpress and MAMP from my computer. I reinstalled both, but when I run the “wp-admin/install.php” install like before, I get a very very long error message (here is just a segment of it):
WordPress database error: [Table ‘
wordpress
.wp_users
‘ already exists]
CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL auto_increment, user_login varchar(60) NOT NULL default ”, user_pass varchar(64) NOT NULL default ”, user_nicename varchar(50) NOT NULL default ”, user_email varchar(100) NOT NULL default ”, user_url varchar(100) NOT NULL default ”, user_registered datetime NOT NULL default ‘0000-00-00 00:00:00’, user_activation_key varchar(60) NOT NULL default ”, user_status int(11) NOT NULL default ‘0’, display_name varchar(250) NOT NULL default ”, PRIMARY KEY (ID), KEY user_login_key (user_login), KEY user_nicename (user_nicename) ) DEFAULT CHARACTER SET utf8Since the table tells me everything already exists….how do I erase the original tables so I can load cleanly?
- The topic ‘Problems Re-installing’ is closed to new replies.