Issue information

Issue ID
#2087
Status
Invalid
Severity
None
Started
Hercules Elf Bot
Aug 18, 2008 23:02
Last Post
Hercules Elf Bot
Apr 18, 2012 15:51
Confirmation
N/A

Hercules Elf Bot - Aug 18, 2008 23:02

Originally posted by [b]akd[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2087

Here is 2 bug on the 13090 sql.

First, login server doesn't recognise char server login/password anymore.

I've checked my config 3 times and test with default s1/p1 too.

[picture attached to the message]

Second, on login server, log database setting are not used.

Message : [SQL] unknow "log" database

I have to manually replace data in the C script to make it works

login-log_sql.c
ipban-sql.c


CODE
static char   log_db_hostname[32] = "xxx";
static uint16 log_db_port = 3306;
static char   log_db_username[32] = "xxx";
static char   log_db_password[32] = "xxx";
static char   log_db_database[32] = "xxx";
static char   loginlog_table[256] = "loginlog";

Attached thumbnail(s)
Attached Image