Slowpoker 3 Posted October 28, 2017 (edited) So i downloaded today hercules and i found on inter-server.conf a lack of data about the sql data. If you make the download you will not find the liners. sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root sql.db_password: vertrigo sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: vertrigo char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: vertrigo map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: vertrigo log_db_db: ragnaroklog log_codepage: log_login_db: loginlog inter-server.conf Edited October 28, 2017 by Slowpoker Quote Share this post Link to post Share on other sites
0 meko 170 Posted October 28, 2017 The SQL configuration is now in conf/global/sql_connection.conf 1 Slowpoker reacted to this Quote Share this post Link to post Share on other sites
0 Slowpoker 3 Posted October 28, 2017 30 minutes ago, meko said: The SQL configuration is now in conf/global/sql_connection.conf thank u meko Quote Share this post Link to post Share on other sites
0 Slowpoker 3 Posted October 28, 2017 and what about char_server, log_db and map_server ? where is now to configure? Quote Share this post Link to post Share on other sites
0 meko 170 Posted October 28, 2017 By default, all servers use the same SQL configuration. To have a different SQL configuration for login/char/map, you can make more sql_connection.conf files and change the file paths in the @import directives. To configure the log system, you need to edit conf/map/logs.conf Quote Share this post Link to post Share on other sites
So i downloaded today hercules and i found on inter-server.conf a lack of data about the sql data. If you make the download you will not find the liners.
sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: root
sql.db_password: vertrigo
sql.db_database: ragnarok
sql.codepage:
// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: root
char_server_pw: vertrigo
char_server_db: ragnarok
// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: root
map_server_pw: vertrigo
map_server_db: ragnarok
// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: vertrigo
log_db_db: ragnaroklog
log_codepage:
log_login_db: loginlog
inter-server.conf
Edited by SlowpokerShare this post
Link to post
Share on other sites