Witam
Mam problem
Gdy chcę importować bazę danych na swoją stronę wyskakje mi pewien błąd, a oto treść:
Poradzicie coś ?
#
# Struktura tabeli dla `admin`
#
CREATE TABLE `admin` (
`login` varchar(16) NOT NULL default '',
`haslo` varchar(45) NOT NULL default '',
`email` varchar(10) NOT NULL default '',
PRIMARY KEY (`login`)
) TYPE=MyISAM;
MySQL zwrócił komunikat: Dokumentacja
#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 10
Proszę o pomoc i pozdrawiam