* JInstaller::install: SQL-Fehler DB function failed with error number 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 'collate utf8_bin default NULL, `htmlcomune` blob, `ordering SQL=CREATE TABLE IF NOT EXISTS `jos_alberghicomune` ( `id` int(10) NOT NULL auto_increment, `idprov` int(10) NOT NULL, `nomecomune` varchar(255) character set utf8 collate utf8_bin default NULL, `htmlcomune` blob, `ordering` int(11) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM
SQL =
CREATE TABLE IF NOT EXISTS `jos_alberghicomune` (
`id` int(10) NOT NULL auto_increment,
`idprov` int(10) NOT NULL,
`nomecomune` varchar(255) character set utf8 collate utf8_bin default NULL,
`htmlcomune` blob,
`ordering` int(11) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM
* Komponenten Installieren: SQL-Fehler DB function failed with error number 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 'collate utf8_bin default NULL, `htmlcomune` blob, `ordering SQL=CREATE TABLE IF NOT EXISTS `jos_alberghicomune` ( `id` int(10) NOT NULL auto_increment, `idprov` int(10) NOT NULL, `nomecomune` varchar(255) character set utf8 collate utf8_bin default NULL, `htmlcomune` blob, `ordering` int(11) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM
SQL =
CREATE TABLE IF NOT EXISTS `jos_alberghicomune` (
`id` int(10) NOT NULL auto_increment,
`idprov` int(10) NOT NULL,
`nomecomune` varchar(255) character set utf8 collate utf8_bin default NULL,
`htmlcomune` blob,
`ordering` int(11) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM
Lesezeichen