Сам фаил txt а бд xampp
Код
Ошибка
SQL-запрос:
CREATE TABLE `chat_users` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`login` text NOT NULL ,
`pass` text NOT NULL ,
`name` text,
`sex` text NOT NULL ,
`bday` int( 11 ) default '0',
`bmonth` int( 11 ) default '0',
`byear` int( 11 ) default '0',
`photo` text,
`live` text,
`mobile` text,
`operator` text,
`email` text,
`wapsite` text,
`website` text,
`icq` int( 11 ) default '0',
`about` text,
`status` text,
`posts` int( 11 ) NOT NULL default '0',
`vposts` int( 11 ) NOT NULL default '0',
`nmsgs` int( 11 ) default '0',
`tupdate` int( 11 ) default '0',
`fsize` text,
`ban` text,
`breason` text,
`btime` text,
`room` text,
`rtime` int( 11 ) NOT NULL default '0',
`ltime` int( 11 ) NOT NULL default '0',
`ip` text,
`soft` text,
PRIMARY KEY ( `id` )
) TYPE = MYISAM ;
Ответ MySQL:
#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 34