niko42
Новичок
#1064 - 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=MyISAM' at line 3
Издевается? БД в - utf8-unicode-ci
mysql-5.5 (denwer)
PHP:
CREATE TABLE IF NOT EXISTS `accounts` (
`email` varchar(35) NOT NULL
) TYPE=MyISAM;
mysql-5.5 (denwer)