Couldn't insert table structure or data.
MySQL error: 1050: Table 'actionlog' already exists
Query: CREATE TABLE `actionlog` ( `id` mediumint(9) NOT NULL auto_increment, `atime` varchar(15) NOT NULL default '', `adesc` mediumtext NOT NULL, PRIMARY KEY (`id`));