
Originally Posted by
reapertda
hi cookiehoar, i have followed your steps in building the server. I get this message when I am trying to execute my GameServer sql.
Could you please advise. Thanks
[Err] 1067 - Invalid default value for 'level_up_date'
[Err] CREATE TABLE `towns` (
`id` int(11) NOT NULL,
`level` int(11) NOT NULL DEFAULT '1',
`points` int(10) NOT NULL DEFAULT '0',
`race` enum('ELYOS','ASMODIANS') NOT NULL,
`level_up_date` timestamp NOT NULL DEFAULT '1970-01-01 07:00:01',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[Msg] Finished - Unsuccessfully
--------------------------------------------------