
24 Feb 2014, 21:39
|
|
Originally Posted by squidsk
Except you changed it from Type=MyISAM to Type=Engine instead of Engine=MyISAM. Alternatively just remove that bit entirely and the table will be created with the default engine.
Database error in vBulletin 3.8.0:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `glowhostspamomatic_log`(
`date` DATETIME NOT NULL,
`ip` VARCHAR(15) NOT NULL,
`email` VARCHAR(255) NOT NULL,
`username` VARCHAR(255) NOT NULL,
`message` VARCHAR(255) NOT NULL,
`is_blocked` TINYINT NOT NULL DEFAULT "0",
`user_hash` VARCHAR(50) NOT NULL,
`user_id` INT NOT NULL
) Type=Engine;;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=Engine' at line 10
Request Date : Monday, February 24th 2014 @ 03:36:53 PM
Error Date : Monday, February 24th 2014 @ 03:36:53 PM
tried that mate but still showing err
No members have liked this post.
|