this is the LS_SERVER_CONF_FILE (sql.conf) in LS directory
Quote:
###############################################################################
#
# SQL Database Client Configuration file
#
# Contains: Login and password to access SQL server with all game data
#
###############################################################################
# MySQL connection information - REQUIRED
# DatabaseName, DatabaseHost, DatabasePort(3306 default), DatabaseUser, DatabasePassword
DatabaseName = <database_name>
DatabaseHost = localhost
DatabasePort = 3306
DatabaseUser = root
DatabasePassword = <root_password>
# Options (uncomment and set options if necessary):
#DatabaseCharSet = utf8
#DatabaseCompress = yes
#--- END ---
this is the RS_SERVER_CONF_FILE (sql.conf) in RS directory
Quote:
###############################################################################
#
# SQL Database Client Configuration file
#
# Contains: Login and password to access SQL server with all game data
#
###############################################################################
# MySQL connection information - REQUIRED
# DatabaseName, DatabaseHost, DatabasePort(3306 default), DatabaseUser, DatabasePassword
DatabaseName = <database_name>
DatabaseHost = localhost
DatabasePort = 3306
DatabaseUser = root
DatabasePassword = <root_password>
# Options (uncomment and set options if necessary):
#DatabaseCharSet = utf8
#DatabaseCompress = yes
# MySQL connection information Account - REQUIRED
# AccountDBName, AccountDBHost, AccountDBPort(3306 default), AccountDBUser, AccountDBPassword
AccountDBName = <database_name>
AccountDBHost = localhost
AccountDBPort = 3306
AccountDBUser = root
AccountDBPassword = <root_password>
# Options (uncomment and set options if necessary):
#AccountDBCharSet = utf8
#AccountDBCompress = yes
#--- END ---
this is the WS_SERVER_CONF_FILE (sql.conf) in WS directory
Quote:
###############################################################################
#
# SQL Database Client Configuration file
#
# Contains: Login and password to access SQL server with all game data
#
###############################################################################
# MySQL connection information - REQUIRED
# DatabaseName, DatabaseHost, DatabasePort(3306 default), DatabaseUser, DatabasePassword
DatabaseName = <database_name>
DatabaseHost = localhost
DatabasePort = 3306
DatabaseUser = root
DatabasePassword = <root_password>
# Options (uncomment and set options if necessary):
#DatabaseCharSet = utf8
#DatabaseCompress = yes
# MySQL connection information Account - REQUIRED
# AccountDBName, AccountDBHost, AccountDBPort(3306 default), AccountDBUser, AccountDBPassword
AccountDBName = <database_name>
AccountDBHost = localhost
AccountDBPort = 3306
AccountDBUser = root
AccountDBPassword = <root_password>
# Options (uncomment and set options if necessary):
#AccountDBCharSet = utf8
#AccountDBCompress = yes
#--- END ---
---------------------------------------------------------------------------------------------------------
legend:
<database_name> = put your database name here, in every file the same name
<root_password> = password that you use as a root to query the database
---------------------------------------------------------------------------------------------------------
and in your database, if you didn't already did that, you need to open table realm_list and place your server IP in the 'address' column...
do the same with worldserver_list
-------------------------------------------
hope it helped :)