Jump to content

server support


kickazz08

Recommended Posts


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

need help on this one..

: DB error - Table 'ragnarok.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')

[info]: Connection request of the char-server 'rAthena' @ 127.0.0.1:6121 (accoun

t: 's1', pass: 'p1', ip: '127.0.0.1')

[sql]: DB error - Table 'ragnarok.loginlog' doesn't exist

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   12
  • Joined:  09/05/12
  • Last Seen:  

Upload the log.sql (you can find that file inside the sql-files folder) then restart your server.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

make sure your setting inside this file is 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

and make sure you did import the SQL Table here...

trunk/sql-files/logs.sql

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

Noticed this error also.

I think there is a typo with the sql script.

But you can execute this code anyway make sure you select ragnarok as your default schema

CREATE TABLE IF NOT EXISTS `loginlog` (
 `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
 `ip` varchar(15) NOT NULL DEFAULT '',
 `user` varchar(23) NOT NULL DEFAULT '',
 `rcode` tinyint(4) NOT NULL DEFAULT '0',
 `log` varchar(255) NOT NULL DEFAULT '',
 KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1$$

Edited by Kaito_Kid
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   0
  • Joined:  09/29/12
  • Last Seen:  

check mo ung log.sql kung nalagay mo sa SQL mo

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

naka lagay naman sya. d kaya d pede sa mysql 5.5.2.4 ?

3ceam nga pede e... nakuh bug yata ene!

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
Reply to this topic...

×   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...