Radian Posted December 27, 2014 Posted December 27, 2014 I don't have any idea why this one showing up. I even configure my server correctly.. please see the images and here Quote
Radian Posted December 27, 2014 Author Posted December 27, 2014 @iraciz thanks! but I triple check everything and managed to fixed it. @Luciar thanks for the response, but after i reboot my VPS it works fine. @Moderators please close this topic. Thanks! Quote
iraciz Posted December 27, 2014 Posted December 27, 2014 (edited) Your SQL LOGIN, CHARACTER, MAP AND LOG, login and paswords must match with the settings in the inter_athena.conf // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: root login_server_pw: login_server_db: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: char_server_db: // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: map_server_db: // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: log_db_db: log_codepage: log_login_db: loginlog same with the server comunication passwords at char_athena.conf Default is: // Server Communication username and password. userid: s1 passwd: p1 Use yours, and recopile Edited December 27, 2014 by iraciz Quote
Luciar Posted December 27, 2014 Posted December 27, 2014 Your SQL LOGIN, CHARACTER, MAP AND LOG, login and paswords must match with the settings in the inter_athena.conf [...] Use yours, and recopile No. Those are MySQL server configuration settings in inter_athena.conf... Nothing to do with the server password used to communicate between the servers. Also, making modifications to anything outside of the src folder does not require a recompile. @Radian, Check conf/login_athena.conf Check if you are or are not using MD5 hashes. If yes, make sure your s1 account in your login table of your MySQL DB's password is set to have a hashed password that corresponds to your non-encoded server password. Then check your conf/map_athena.conf and verify the password setting Do the same in conf/char_athena.conf (Both of these settings should be NON-encoded) I've linked to the normal files, be sure to check any import folder configurations as well. Quote
Question
Radian
I don't have any idea why this one showing up.
I even configure my server correctly.. please see the images
and here
3 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.