I am rebuilding a site afresh while the old site is being used and users are being added. When I do transition the site to use the newly rebuilt version, I will want to transfer all users from the old to the new. My approach is creating a backup of just the user-related tables (users, usergroups, viewlevels and the four other #__user_xxx tables).
I tested this transfer, and so far all seems to be working as expected. However, when I installed, the imported tables retained their previous prefix. I had declared to use the new prefix, and I tried "Drop Tables." I was able to use MyPhpAdmin to change the prefix to complete the work. But I suspect I should not have to do this. So I have two questions...
[1] If I am restoring an archive of just some tables, what settings should I make so that the new tables replace the ones already there?
[2] Do you see a fallacy in my approach - to copy select tables into a new install as a way to import users? Do you have a recommended alternative solution/approach?