Jump to content

Recommended Posts

Posted

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

  • 1 month later...
Posted (edited)

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
  • 2 months later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...