NexusXVI Posted October 8, 2013 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Share 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 Link to comment Share on other sites More sharing options...
Limestone Posted October 8, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share 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 Link to comment Share on other sites More sharing options...
NexusXVI Posted October 8, 2013 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Author Share Posted October 8, 2013 yup its logs Quote Link to comment Share on other sites More sharing options...
Limestone Posted October 8, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted October 8, 2013 did you execute the logs.sql in your logs schema? are you using local mysql? Quote Link to comment Share on other sites More sharing options...
NexusXVI Posted October 8, 2013 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.