Задавайте вопросы, мы ответим
Вы не зашли.
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 /*!40101 DEFAULT CHARACTER SET cp1251 COLLATE cp1251_general_ci */' at line 4
SQL Query: В« CREATE TABLE `dle_syns` ( `word` varchar(20) NOT NULL, `syns` text NOT NULL ) TYPE=MyISAM /*!40101 DEFAULT CHARACTER SET cp1251 COLLATE cp1251_general_ci */ В»
Date: В«2012-01-13T19:10:18+03:00В»; IP: хх.ххх.ххх.ххх;
Request URI: В«/grab/install/index.php?page=5В»
Скажите пожалуйста как ее исправить???
Неактивен
http://dev.mysql.com/doc/refman/5.5/en/ … table.html
The older TYPE option was synonymous with ENGINE. TYPE was deprecated in MySQL 4.0 and removed in MySQL 5.5. When upgrading to MySQL 5.5 or later, you must convert existing applications that rely on TYPE to use ENGINE instead.
Замените TYPE на ENGINE
Неактивен