Viewing 2 replies - 1 through 2 (of 2 total)
  • The reason is most probably because your database still has the old tables.

    And now when you are trying to restore from a backup, the backup is trying to create the tables once again. And this cannot be done, since you cannot have two tables with the same name.

    So try going into your phpMyAdmin or any other Web based MySQL manager that your host provides with, and drop those tables manually.

    Hope that helps. If you have any other questions, feel free to ask.

    Thread Starter wild26

    (@wild26)

    I dropped the tables, but that still didn’t resolve the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table ‘wp_categories’ already exists’ is closed to new replies.