Jump to content
  • 0
Eisetley

Ragnarok schema lacks "login" table?

Question

I'm trying to set up the newest rA I've just downloaded from git and there's no "login" table after importing main.sql. There's also an error:

11:03:57    CREATE TABLE IF NOT EXISTS `ipbanlist` (   `list` varchar(255) NOT NULL default '',   `btime` datetime NOT NULL,   `rtime` datetime NOT NULL,   `reason` varchar(255) NOT NULL default '',   KEY (`list`) ) ENGINE=MyISAM    Error Code: 1071. Specified key was too long; max key length is 1000 bytes    0.046 sec

What should I do?

@edit

I created the login table by running a separate script, but there are more errors. ragnarok.market, ragnarok.sc_data, ragnarok.mapreg are missing.

Edited by Eisetley
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Ok, there's something wrong with script for creating ipbanlist and workbench refuses to execute script after it. How do I fix it?

-- Table structure for table `ipbanlist`
--

CREATE TABLE IF NOT EXISTS `ipbanlist` (
  `list` varchar(255) NOT NULL default '',
  `btime` datetime NOT NULL,
  `rtime` datetime NOT NULL,
  `reason` varchar(255) NOT NULL default '',
  KEY (`list`)
) ENGINE=MyISAM;

 

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.