database error message
-
after upgrading to version 2.0.1 I get this error message:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘unsigned auto_increment’ at line 1]
ALTER TABLE wp_snippets CHANGE COLUMN id id bigint(20) not null unsigned auto_incrementWordPress database error: [Multiple primary key defined]
ALTER TABLE wp_snippets ADD PRIMARY KEY (id)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘database error message’ is closed to new replies.