Zapytanie SQL:
CREATE TABLE `jobeet_category` ( `id` INTEGER NOT NULL AUTO_INCREMENT , `name` VARCHAR( 255 ) NOT NULL , PRIMARY KEY ( `id` ) ) TYPE = InnoDB;
MySQL zwrócił komunikat:
#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=InnoDB' at line 6
Tabela jest innodb(a potrzebuje taką) ,plik my.ini jest napewno dobrze skonfigurowany ,żadnych błędów w logu.
Jaka może być przyczyna tego błędu,proszę o pomoc