
07-22-2006, 09:59 AM
|
|
|
Join Date: Sep 2005
Location: Bologna, Italy
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I have some problem with mysql 4.0.
I wonder this query doesn't works on < 4.1, wich is equivalent for who is running mysql 4.0 version?
Quote:
Database error in vBulletin 3.5.4:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `vb_connectors` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) collate latin1_german1_ci default NULL,
`module` varchar(255) collate latin1_german1_ci NOT NULL default 'joomla',
`url` varchar(255) collate latin1_german1_ci NOT NULL default '',
`vb_useradd` tinyint(4) NOT NULL default '0',
`app_useradd` tinyint(4) NOT NULL default '0',
`params` text collate latin1_german1_ci,
`published` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`)
);
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 'collate latin1_german1_ci default NULL,
`module` varchar(255
Error Number : 1064
Date : Saturday, July 22nd 2006 @ 01:00:41 PM
Classname : vb_database
|
|