- This topic has 1 reply, 2 voices, and was last updated 12 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – Migrating existing members from WP eMember to aMember.
Tagged: Database Migration, migration, Transfer
Hi,
Is there any way to export or migrate my existing WP eMember users from WordPress to aMember?
The following post is helpful for this:
https://support.tipsandtricks-hq.com/forums/topic/how-to-migrate-users-passwords-settings
Yes, you should be able to do it via phpMyAdmin.
1) Firstly you’ll need to export the members out of the “wp_wp_eMember_members_tbl”. (use “csv” format to export)
2) Then you’ll need to find out the format of the aMember table. Perhaps do a “csv” export of the aMember table too so you can have a template to work with.
3) Then you can modify the exported eMember file to match the columns and structure of the aMember table.
4) Then you simply import the new file into the aMember table.
This video might help in showing you the basics of using phpMyAdmin to import and export tables: