delete tables start over
-
what tables do I need to delete to start a fresh install. I have these errors:
These are the errors I got when trying to integrate the two:
SQL ERROR!
>>> Database: username (localhost)
>>>>>> ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment;
>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: database (localhost)
>>>>>> ALTER TABLE wp_posts ADD PRIMARY KEY (post_id);
>>>>>> Key column ‘post_id’ doesn’t exist in table
and the nonce key is missing in bbconfig
- You must be logged in to reply to this topic.