Jump to content
  • 0

Ragnarok schema lacks "login" table?


Eisetley

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/27/17
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   189
  • Joined:  11/27/11
  • Last Seen:  

Please give infos about your SQL version (Phpmyadmin)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/27/17
  • Last Seen:  

I downloaded and installed community server + workbench from official source yesterday so it's most likely the recent version.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/27/17
  • Last Seen:  

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