Przenoszę stronę na nowy serwer..
Ściągnąłem sobie bazę i teraz gdy chcę wgrać ten fragment(na nowy serwer):
[/b]-- -- Table structure for table `nuke_groups_info` -- DROP TABLE IF EXISTS nuke_groups_info; CREATE TABLE nuke_groups_info ( id int(11) NOT NULL AUTO_INCREMENT, DESC text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM; [b]
Wyskakuje mi błąd:
[/b] 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 'desc text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM' at line 3 [b]
co Zrobic?