Importing users? From another wordpress site

I think you have two options (third if you find any plugins).

  1. I think if you export data from one WP, the users are also copied. The drawback is that you have to import all the content as well.

  2. The second option is to export the users from MySQL using PHPMyAdmin. Just export the user table. If you want to include privilidges as well, you have to export wp_usermeta as well.

Leave a Comment