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.
Question
Eisetley
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 Eisetley3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.