• Resolved killaja

    (@killaja)


    Hello,

    I recently setup a new blog with wordpress and want to copy over all my users from the old blog database to the new one. How do I go about doing this? Do I export both wp_users and wp_usermeta tables?

    Thanks for your help,
    Jordan

Viewing 7 replies - 1 through 7 (of 7 total)
  • Those would definitely be the (only) two tables you want to import.

    Thread Starter killaja

    (@killaja)

    Ok. And I definitely want to import BOTH??

    The users table holds the basic login and user account stuff, and should be considered the must-have one.

    The usermeta table holds the user capabilities, any profile data set by the user and (potentially) anything set through a plugin. If you want users to retain the same role, etc. then usermeta should be brought over, too.

    Thread Starter killaja

    (@killaja)

    ok great. thanks.

    Thread Starter killaja

    (@killaja)

    Almost forgot. One more question. The database I am exporting from is for wordpress 2.0.4 and the one I am importing to is 2.0.5. Does this matter? Are their any differences in these tables for these 2 versions?

    No, there was no change in the database schema for those two tables.

    willyrs

    (@willyrs)

    I’m trying to import a couple of thousand users from one WP blog to another. How do I get to those two tables?

    When I use backup I’m creating a file with a bunch of tables, right?

    Then, how do I import them into the new blog?

    Is this something I have to do at the server level or can I do it from within WP?

    Thanks.

    Willy Ritch

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Transfer Users’ is closed to new replies.