Hi,
I want install my mangos server and i m stucking at database. All i need is tu update my database and i don't realy understand how we must do this.
1) Create database characters, mangos, realmd (and scriptdev2...)
2) Import base:
So make 'mysql -u root -p characters < sql/characters.sql | mysql -u root -p mangos< sql/mangos.sql | mysql -u root -p realmd< sql/realmd.sql '
3) Last step is to update database, isn't it?
So go in sql/update, unzip 0.5-0.17.zip. Now, how do you apply all .sql? Is there a script somewhere to put all .sql in the right order?