[Err] 1050 - Table 'account_bonus' already exists
[Err] CREATE TABLE `account_bonus` (
`account` varchar(255) NOT NULL,
`rate_xp` double NOT NULL,
`rate_sp` double NOT NULL,
`rate_adena` double NOT NULL,
`rate_drop` double NOT NULL,
`rate_spoil` double NOT NULL,
`rate_epaulette` double NOT NULL,
`rate_enchant` double NOT NULL,
`rate_attribute` double NOT NULL,
`rate_craft` double NOT NULL,
`bonus_expire` BIGINT(20) UNSIGNED NOT NULL,
PRIMARY KEY (`account`)
);
[Msg] Finished - Unsuccessfully