ich habe die Version 4.4.5 Installiert und bekomme folgende mysql Fehler angezeigt. (Auszug)
Code: Alles auswählen
2005-Apr-Fri 11:33:15: error 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 'int(10) NOT NULL DEFAULT '0'' at line 1) - MySQL error 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 'int(10) NOT NULL DEFAULT '0'' at line 1
ALTER TABLE con_art CHANGE COLUMN idclient int(10) NOT NULL DEFAULT '0'
2005-Apr-Fri 11:33:15: error 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 'int(10) NOT NULL DEFAULT '0'' at line 1) - MySQL error 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 'int(10) NOT NULL DEFAULT '0'' at line 1
ALTER TABLE con_art_lang CHANGE COLUMN idart int(10) NOT NULL DEFAULT '0'
2005-Apr-Fri 11:33:15: error 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 'int(10) NOT NULL DEFAULT '0'' at line 1) - MySQL error 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 'int(10) NOT NULL DEFAULT '0'' at line 1
ALTER TABLE con_art_lang CHANGE COLUMN idlang int(10) NOT NULL DEFAULT '0'
2005-Apr-Fri 11:33:15: error 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 'int(10) NOT NULL DEFAULT '0'' at line 1) - MySQL error 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 'int(10) NOT NULL DEFAULT '0'' at line 1
Gruss Klaus