Ok I have all the files from github i need to make the server and have compiled the server. Then putting the data base into mysql is where I'm stuck, the readme in the database file says to
"In order to use this database repository, you will have to edit `mysql_info`,and edit in the desired username, hostname, and password."
I open the file and edit the details and when i use sqlyog to input the script it says
"Query: #!/bin/bash # # This file contains login/password information for accessing the MySQL database # and is used by all the mysql_* ...
Error Code: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USER=root
PASS=mangos
HOST=localhost
#SOCK=/var/lib/mysql/mysql.sock
OPTS=' at line 8"
Their is only the user "root" on the server, i suspect that I'm missing a step or that im meant to use a different program.
i have a Mangos 11811 Server running on another mechine on the network
I am also using a 32bit Windows 7