Database error: Invalid SQL: CREATE TABLE IF NOT EXISTS `external_cache` (
`id` int(11) NOT NULL auto_increment,
`url` varchar(1000) NOT NULL,
`hash_url` varchar(1000) NOT NULL,
`content` longtext NOT NULL,
`last_time` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash_url` (`hash_url`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
MySQL Error: 144 (Table './cocoko/external_cache' is marked as crashed and last (automatic?) repair failed)
Session halted.