Title: duplicate database tables
Last modified: August 19, 2016

---

# duplicate database tables

 *  Resolved [jaimehotdish](https://wordpress.org/support/users/jaimehotdish/)
 * (@jaimehotdish)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/duplicate-database-tables/)
 * A few days ago, my blog stopped connecting to the database, after running normally
   for many months. I’ve looked at the database, and it appears that there is a 
   set of duplicate tables, one that contains all my data and one that doesn’t. 
   For instance, it contains these two tables:
 * wp_users
    wp_myblognameusers
 * Where wp_users has no records and wp_myblognameusers contains all my data. Did
   my host somehow cause these duplicates, or is this normal? I just can’t seem 
   to figure out why there isn’t a connection (all info in my config file is correct).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/duplicate-database-tables/#post-1133914)
 * ‘users’ is the table holding your WordPress users. ‘wp_’ is the table prefix 
   as is defined by the $table_prefix variable in your wp-config.php.
 * So at one time guessing you had $table_prefix = ‘wp_myblogname’ and now you have
   $table_prefix = ‘wp_’
 *  Thread Starter [jaimehotdish](https://wordpress.org/support/users/jaimehotdish/)
 * (@jaimehotdish)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/duplicate-database-tables/#post-1133942)
 * awesome – that fixed it. thank u!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘duplicate database tables’ is closed to new replies.

## Tags

 * [connection](https://wordpress.org/support/topic-tag/connection/)
 * [database](https://wordpress.org/support/topic-tag/database/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [jaimehotdish](https://wordpress.org/support/users/jaimehotdish/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/duplicate-database-tables/#post-1133942)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
