Issue information

Issue ID
#2519
Status
Unable to Reproduce
Severity
None
Started
Hercules Elf Bot
Dec 5, 2008 20:42
Last Post
Hercules Elf Bot
Jun 23, 2012 9:38
Confirmation
N/A

Hercules Elf Bot - Dec 5, 2008 20:42

Originally posted by [b]LeNuX[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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)

Hercules Elf Bot - Dec 26, 2011 11:47

Originally posted by [b]Ind[/b]
I wasn't able to reproduce