Jump to content
  • 0

Char Server Failed 3.


Radian

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

I don't have any idea why this one showing up. 

 

I even configure my server correctly.. please see the images

 

N91lgdH.png

 

and here

XfAsylc.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

@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!  /gawi

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

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 by iraciz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   21
  • Joined:  01/31/12
  • Last Seen:  

 

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...