I have a production (2.8.6) and development (2.9.2) server with WordPress on both.
I want to make a backup with sql of the users and import the users into the development installation. Do I get everything like password then?
I have a production (2.8.6) and development (2.9.2) server with WordPress on both.
I want to make a backup with sql of the users and import the users into the development installation. Do I get everything like password then?
Info on users table, so you can see what you would be exported from the users table.
http://codex.wordpress.org/Database_Description#Table:_wp_users
You'd probably also want the relevant data from the wp_usermeta table.
So, the password will still work if I import the users and their metadata into a new fresh site?
Yes it should do..
Thanks!
This topic has been closed to new replies.