What data base tables do I need to copy to transfer all users from one 2.5 site to another? I only need the users and not other tables so a complete db transfer is not applicable.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These four table 5 tables are used to save user data.
where
#_is your table prefix.Out of these 5#__usersis the most important.But groups table are also useful if you have custom groups associated with user.So it’ll depend that what data do you need.Look at fields of these tables and figure out what tables are enough.