Jump to content
  • 0

sql db ERROR


kickazz08

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

 

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')
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  195
  • Reputation:   23
  • Joined:  01/05/12
  • Last Seen:  

Hello,

 

Upload this to your MYSQL Database https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/logs.sql

 

Hope it helps, goodluck :)

Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

check you sql database

you don't have 'ragnarok.loginlog' file

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

where do i put this one? --> 'ragnarok.loginlog'

 

inter_athena.conf?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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: ragnarok
If you only have 1 database (ragnarok), then follow what David said and import trunk/sql-files/logs.sql into your ragnarok database.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...