Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Auto Register does not work on MoopleDEV for a weird reason

Initiate Mage
Joined
Jul 1, 2017
Messages
2
Reaction score
0
It said there was something wrong with it and that there's a column missing, when in fact it should be there:

Code:
SEVERE: Something bad with autoregister.
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'lastknownip' in 'field list'

Code:
mysql> ALTER TABLE `accounts` ADD COLUMN `lastknownip` VARCHAR(30) NOT NULL DEFAULT '' AFTER `macs`;
ERROR 1060 (42S21): Duplicate column name 'lastknownip'

What can ever be the issue here?
Thank you in advance
 
Back
Top