You could do a direct import of the users table in your database (via phpMyAdmin or another similar tool), then update the user meta with this plugin.
Brilliant! Works great. Thank you!
hi,
This is great information and I have been trying to do that. but I haven’t made it well.
so I have old 10000 users and try to import to database.
1. direct import to table(wp-users) <—- this is done!
2. and I need to import.. user meta.. but it is not importing for exists users
these are the result message.
[Line 1] Sorry, that username already exists!
[Line 2] Sorry, that username already exists!
[Line 3] Sorry, that username already exists!
[Line 4] Sorry, that username already exists!
[Line 5] Sorry, that username already exists!
[Line 6] Sorry, that username already exists!
[Line 7] Sorry, that username already exists!
[Line 8] Sorry, that username already exists!
[Line 9] Sorry, that username already exists!
[Line 10] Sorry, that email address is already used!
….
like this..
please let me know how I can import user meta.
I am using multisite? Should I do different way?
Thanks,
and password is not updating.
I thought that it will generate wp passwords, when it updates.
but not updating for exist users.
I need update passwords and user meta. please let me know how to do that.