Database Confusion – WP seems to be in 2 DBs, how to fix/merge?
-
Hello all,
I am running WP on my own server, and I have to admit that I am quite inexperienced when it comes to databases. I installed the WordPress through my host with what they call “clickStart”-applications and I had a few problems with it. I don’t really remember anymore what it was but I had to go through a couple of install/uninstall processes.
My webspace provides me with 2 databases, lets call them DB1 and 2 (doh, sorry). I thought it would be nice to install a second unrelated WP into the second database.
On my web space, my host claims that WordPress is installed in DB1.Now, I looked at the two DBs through phpMyAdmin, and I see the following:
DB1:
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_usersDB2:
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_statpress
wp_TABLE_STATISTICS
wp_TABLE_STATISTICS_RAW
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_usersI clicked on wp_posts and for DB1, I see that the Last Update is the same date as Creation – I am pretty sure that means that this is NOT the one I am actively using, even though my host says it is.
Looking at the same in DB2, it shows the date I actually posted last.I am pretty sure if I install another instance for WP, I am messing this up. Now, what can I do? How can I fix this? I guess since my host says I am on DB1, I should take the DB2 content and move it to DB1? Or should I better backup DB2, delete everything in both databases, start from scratch and import my content back in?
Please advise
Susanne
- The topic ‘Database Confusion – WP seems to be in 2 DBs, how to fix/merge?’ is closed to new replies.