kickazz08 Posted February 24, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Share Posted February 24, 2013 Hi guys.. can you help me out on this sql error i have.. my server is running fine .. except for this sql error that i have... : DB error - Table 'ragnarok.loginlog' doesn't exist[Debug]: at loginlog_sql.c:75 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', 'login server started') Quote Link to comment Share on other sites More sharing options...
David Posted February 24, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 195 Reputation: 23 Joined: 01/05/12 Last Seen: October 5, 2013 Share Posted February 24, 2013 Hello, Upload this to your MYSQL Database https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/logs.sql Hope it helps, goodluck Thanks. Quote Link to comment Share on other sites More sharing options...
Famous Posted February 24, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share Posted February 24, 2013 check you sql database you don't have 'ragnarok.loginlog' file Quote Link to comment Share on other sites More sharing options...
kickazz08 Posted February 24, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Author Share Posted February 24, 2013 where do i put this one? --> 'ragnarok.loginlog' inter_athena.conf? Quote Link to comment Share on other sites More sharing options...
Brian Posted February 25, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 594 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted February 25, 2013 If you have a separate "logs" database for the logs table, then you need to edit trunk/conf/inter_athena.conf and change this to the name of your "logs" database: log_db_db: ragnarokIf you only have 1 database (ragnarok), then follow what David said and import trunk/sql-files/logs.sql into your ragnarok database. Quote Link to comment Share on other sites More sharing options...
Question
kickazz08
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.