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
Use ENGINE instead of TYPE
ENGINE = MYISAM ;