NexusXVI Posted October 8, 2013 Posted October 8, 2013 [SQL]: DB error - Table 'logs.loginlog' doesn't exist [Debug]: at ..\src\login\loginlog_sql.c:75 - INSERT INTO `loginlog`(`time`,`ip`, `user`,`rcode`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', 'login se rver started') Can anyone help me with this error? Here is my inter_athena.conf // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: root log_db_db: logs log_codepage: log_login_db: loginlog Quote
NexusXVI Posted October 8, 2013 Author Posted October 8, 2013 (edited) Yup it's been running smoothy ever since I up'd it after I the error only showed this morning.the server is been running for like 3 daysTried changing it to "log" instead of "logs" but the 3 server map/login and char get's disconnected Fixed it ty Edited October 8, 2013 by NexusXVI Quote
Limestone Posted October 8, 2013 Posted October 8, 2013 your schema in mysql must be the same as the log_db_db:, ex: your schema is "logs", your log_db_db must be "logs" too.. Quote
Limestone Posted October 8, 2013 Posted October 8, 2013 did you execute the logs.sql in your logs schema? are you using local mysql? Quote
Question
NexusXVI
Can anyone help me with this error?
Here is my inter_athena.conf
// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: root
log_db_db: logs
log_codepage:
log_login_db: loginlog
4 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.