get MySQL 6.0 Community Server install it
this steps from someone elses guide on ragezone
Credits goes to grandmst20 on ragezone
1. MySQL Server 5.1
2. SQLyog MySQL GUI - Community Edition (For importing) and Navicat for MySQL (For editing, optional)
3. Microsoft .NET Framework 2.0
1. Setting up the MySQL Server
- Run the executable you downloaded from the requirements.
- Choose Typical as the setup type.
- Install the program.
- When it's done installing, make sure Configure the MySQL Server now box is checked.
- Choose Standard Configuration.
- Check Install As Windows Service.
- On the security settings, check Modify Security Settings and enter whatever you want as the password.
- Hit Next, then Execute, then Finish.
2. Importing the Databases
- Install SQLyog. Navicat is optional since it's mainly used for editing, but SQLyog is necessary.
- Once it's installed, open SQLyog.
- Create two databases: One called world and another called character.
- Right click on the character database and click Restore From SQL Dump.
- Find the character database I provided, choose it, and click Execute.
- Now it's time for the world database. Go into the world folder you downloaded. There will be a batch file called Tool.
- Right click the file and select Edit.
- There will be two things that you must change: username, passwd.
- Change username to root.
- Change passwd to whatever you made it in the MySQL setup.
- Save the file and run it.
- It will ask for a letter to do an option, type w to import the database.
- After it is done, close the program.