
03-15-2008, 06:45 PM
|
 |
|
|
Join Date: Jun 2006
Location: Turkiye
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Database error in vBulletin 3.7.0 Beta 5:
Invalid SQL:
CREATE TABLE smnlikquick (
`id` int(10) NOT NULL auto_increment,
`title` varchar(100) NOT NULL,
`message` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;;
MySQL Error : 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=1' at line 6
Error Number : 1064
|
What`s the problem?
|