1. Go to http://www.navicat.com/download.html and download Navicat
* You can also use hedisql or anything else
2. Connect and make a new Database
3. Name it whatever you want
* In my case i will name it damon
4. Execute the SQL file that was included in the Database files to the newly created Database
5. Now we wait .....
6. Hooray its complete now we go to the ascent folder and open up ascent.conf Change the database name to the database you created earlier.
* I used Damon
Example
Config File When You open it
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascent" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "logon" Port = "3306" Type = "1">
*since i named my DB to damon i would change it to this
Changing the Database
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "damon" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "logon" Port = "3306" Type = "1">
~ Pictures coming soon ~