This is how i make my updates:
Firstly i download the new eqemu precompiled source and unzip it to a folder.
Read the change log and see if anything new has changed on the DB.
If somthing has changed I open my client utility from mysql.com called control center. Or you can use the query browser if your feeling brave =)
OR you can goto a command prompt. in the command prompt goto your sql\bin directory
Type in mysql -u (your username) -p (the database) and hit enter
type in your password
Copy the database changes out of the change log and paste them onto the prompt. Make sure you get the semi colon at the end. hit enter. make sure they suceed. When your done close out the window.
After that i remove the default config .xml file from the new eqemu source folder so i dont have to make my .xml config over again.
copy the new files into your eqemu dir.
|