• Hi,

    After my website crashed, I performed a DB backup (two actually). Since that I have the same tables, three times, in my DB.

    1) How to know which one is the current one?
    2) When tables have different contents, how to retrieve content from one table and put it in another one?

    Cheers

Viewing 1 replies (of 1 total)
  • To find out what tables you are using:
    If you have FTP access you can open the wp-config.php file and check the tables prefix in $table_prefix = ‘wp_‘;

    You can copy the content from one table to another by accessing your database through PhpMyAdmin.

Viewing 1 replies (of 1 total)

The topic ‘DB Table duplication after site crash’ is closed to new replies.