rans Posted June 9, 2013 Posted June 9, 2013 hmm.>is this possible? 1 login-server2 map-server2 char-server .. ?? Quote
Mootie Posted June 9, 2013 Posted June 9, 2013 Just change the ports and arrange your clientinfo.xml Quote
Sharpienero Posted June 9, 2013 Posted June 9, 2013 Have two <connection>'s in your clientinfo.xml Quote
rans Posted June 10, 2013 Author Posted June 10, 2013 (edited) hmm .. what i mean is 1 login id (username, password)but 2 server select Edited June 10, 2013 by IamJet Quote
Sharpienero Posted June 10, 2013 Posted June 10, 2013 You would have to merge your databases, if I understand what you're saying. Quote
rans Posted June 11, 2013 Author Posted June 11, 2013 hmm .. i think is like this? // 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: 1234 sql.db_database: server2 sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: 1234 char_server_db: server2 // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: 1234 map_server_db: server2 // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: 1234 log_db_db: server1 log_codepage: is that correct? that the log sql is connected in server1? Quote
Question
rans
hmm.>
is this possible?
1 login-server
2 map-server
2 char-server .. ??
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.