// You can specify the codepage to use in your mySQL tables here.
// (Note that this feature requires MySQL 4.1+)
default_codepage: big5
// 對於需設置的IP來說, 在Linux系統下面,建議你使用localhost 而不是127.0.0.1
// 在Windows系統下,你需要使用 127.0.0.1 如果你遇到了下面的錯誤提示
// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
// 你必須使用127.0.0.1,而不是localhost
// Global SQL settings
// overriden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)
sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: root
sql.db_password: p8290028
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: p8290028
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: p8290028
map_server_db: ragnarok