Below query I\'m executing in Ubuntu 12, MySQL 5.1 version and receiving error as mentioned:
CREATE TABLE mantis_config_table ( config_id VARCHAR(64) NOT
In newer MySQL Versions its:
ENGINE=MyISAM
here the tutorial (MySQL)