mhadz23 Posted April 6, 2013 Posted April 6, 2013 Anyone can teach me how to debug loginlog_sql.c? Quote
Emistry Posted April 6, 2013 Posted April 6, 2013 make sure you have loaded this SQL table trunk/sql-files/logs.sql ensure the logs database connection are correct trunk/conf/inter_athena.conf // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog Quote
jaBote Posted April 6, 2013 Posted April 6, 2013 The loginlog table in rAthena is by default on the logs database, but then the emulator looks for it in the ragnarok one. That's not a critical error -you can still use rAthena with this problem- but if you want to solve it just export the loginlog table structure from the logs database (use PhpMyAdmin if you want) and then import it in the ragnarok database, so you'll never get those notices again. Quote
Emistry Posted April 6, 2013 Posted April 6, 2013 rename trunk/conf/import-tmpl/ to trunk/conf/import/ Quote
mhadz23 Posted April 7, 2013 Author Posted April 7, 2013 btw sir emistry thanks for the help, but nothings changed Quote
Question
mhadz23
Anyone can teach me how to debug loginlog_sql.c?
7 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.