How to merge two WordPress databases with the same structure?
I have two WordPress sites with the same database structure (same prefix, number of tables etc.).
Now I want to merge all data from the two databases to make it one single database. How can I do that?