how easy is it to export wordpress user accounts into a seperate SQl database?
how easy is it to export wordpress user accounts into a seperate SQl database?
Basic user information is is wp_users and wp_usermeta. That is pretty easy to get out but it would make a very small stand alone database. If you want posts, comments, etc. associated with your users you could be potentially pulling from every or almost every table in the database. That could be quite hard to get right.
very helpful, thanks
You must log in to post.