Set up question - sql updates

Joined
Feb 16, 2006
Messages
11
Reaction score
0
Just want to make sure I am doing this right...

Fresh fresh install of Mangso 1.21 Rev3290 - I have loaded the mangos.sql and realmd.sql into MySQL databases (the restore from dump). Now do I need to run each of the .sql files in the /sql/updates/ folder? Do I have to run each one on its own or is there a way to batch import them into MySQL datebase?

Thanks!
 
You don't have to run every one. What you will need to run is any update newer than your revision. So if you have rev3290, and there is an update called 3292_character_inventory.sql (for example) you will need to execute this. Basically anything higher than 3290 should be applied. All the rest before your current revision has already been complied in your release. Good luck!
 
Back