Hi fellas, I'm currently having two WordPress sites. 1) Proreader (Contains over 12,000 members) 2) Articleszoom (Contains 3,000 members) I wanted to know if it's possible to dump only User Table from Articleszoom to Proreader (pretty much like add/transfer/merge all Articleszoom members to Proreader. I'm currently using MySQLDumper for backup and restore, I tried restoring only User Table but always receiving internal error... I kindly appreciate your time and support in advance, -Minh
will you post the error. What I would do is get into phpmyadmin, export the sql of that table into sql format, and then go to the other database in phpmyadmin, click the sql tab, paste the sql in there and submit. backup both before you try!