Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #002519

  • 0 - None Assigned

  • Unable To Reproduce

Issue Confirmations

  • Yes (0)No (0)
Photo

eAthena not reading inter_athena login information

Posted by Hercules Bot on 05 December 2008 - 08:42 PM

Originally posted by LeNuX
http://www.eathena.w...er&showbug=2519

Hey guys.
On stable version, it works.
But, problably you are thinking: "Oh gosh, what a noob!!1, he even dosen't know how to configure an inter_athena".
No, (yes, I know) it's a bug.

If I change MySQL password and chage inter_athena, the char-server and map-server connects. But the login don't, error: Incorrect Password.
I tryed everything, when a I've the ideia to change my user, db and password to "ragnarok". And it works!
I set  the MySQL password to a different one, and the login-server didn't work, but the char and map-server worked. :(

Here, the passwords are abcd.
CODE
sql.db_ip: 127.0.0.1
sql.db_port: 3306
sql.db_id: ragnarok
sql.db_pw: abcd
sql.db_db: ragnarok
sql.codepage:

// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: ragnarok
char_server_pw: abcd
char_server_db: ragnarok

// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: ragnarok
map_server_pw: abcd
map_server_db: ragnarok


Char-server:
QUOTE
[Status]: The char-server is ready (Server is listening on the port 6121).


Map:
QUOTE
[Status]: Map sending complete. Map Server is now online.


Login:
QUOTE
[SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES) - yeah, wrong.


BUT, setting password to "ragnarok:
CODE
sql.db_ip: 127.0.0.1
sql.db_port: 3306
sql.db_id: ragnarok
sql.db_pw: ragnarok
sql.db_db: ragnarok
sql.codepage:

// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: ragnarok
char_server_pw: ragnarok
char_server_db: ragnarok

// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: ragnarok
map_server_pw: ragnarok
map_server_db: ragnarok


Char-server:
QUOTE
[Status]: The char-server is ready (Server is listening on the port 6121).


Map:
QUOTE
[Status]: Map sending complete. Map Server is now online.


AAAAND, Login-server:
QUOTE
[Status]: The login-server is ready (Server is listening on the port 6900). - yeah, it really works!

(IMG:style_emoticons/default/wink.gif)

Originally posted by Ind
I wasn't able to reproduce