Quote:
Originally Posted by Arrangements
How do make a copy of all of the users on the forum onto my main database, while development, when new users have to be created on the forum? Do disable registration while development?
|
I'm a bit confused at what you want to do. What you want to do is to convert users, correct? If so, your best option would be to copy some of the users into a test database, then create your conversion script. Test your script on the test database to see if it works correctly, if it does, backup your main database and run your script.