SQLinfo.ru - Все о MySQL

Форум пользователей MySQL

Задавайте вопросы, мы ответим

Вы не зашли.

#1 27.06.2012 00:07:12

lancelot
Участник
Зарегистрирован: 27.06.2012
Сообщений: 2

You have an error in your SQL syntax; check the manual that corresponds to your MySQL......

Столкнулся с проблеммой при установке модуля на Dle (ichat)
При запуске файла ichat_install.php вот такая вот канитель:

MySQL Error!
------------------------

The Error returned was:
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 9

Error Number:
1064


CREATE TABLE dle_iChat (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `author` varchar(40) NOT NULL,
  `user_group` smallint(5) NOT NULL default '4',
  `message` text NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
   PRIMARY KEY (`id`),
   FULLTEXT KEY `text` (`message`)
  ) TYPE=MyISAM /*!40101 DEFAULT CHARACTER SET cp1251 COLLATE cp1251_general_ci */

Неактивен

 

#2 27.06.2012 00:08:17

lancelot
Участник
Зарегистрирован: 27.06.2012
Сообщений: 2

Re: You have an error in your SQL syntax; check the manual that corresponds to your MySQL......

Если возможно напишите по подробнее как исправить, я только начинающий..

Неактивен

 

#3 27.06.2012 00:58:01

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5842

Re: You have an error in your SQL syntax; check the manual that corresponds to your MySQL......

Замените слово TYPE на ENGINE

Неактивен

 

Board footer

Работает на PunBB
© Copyright 2002–2008 Rickard Andersson