In order to fix my blog, I need to carry out the following:
You have to activate auto increment for the primary ID.
How to do it:
- open phpMyAdmin
- select the Wordpress database
- select table "wp_comments"
- change the row with the field "comments_id"
- select "auto_increment" from the last pull down menu in the row
- save
Now repeat this with all your tables.
------------------------------------
That's fine, but I don't know which files are actually "my tables", and therefore which to put on "auto increment".
Please help!