Hello. My English is bad. But I want to share the decision:
- Dump
wp_posts table;
- From there, remove the lines with the index
0;
- Create an (PRIMARY) index for the ID column;
- ALTER TABLE
wp_posts CHANGE ID ID INT(20) NOT NULL AUTO_INCREMENT;
- Restore table;
-
This reply was modified 9 years, 5 months ago by crud.