
02-24-2014, 08:39 PM
|
|
|
Join Date: Jul 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
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.
|
Quote:
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
|