Hier ein Auszug:
Code: Alles auswählen
2005-Mar-Tue 07:33:44: 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 'varchar(32) NULL' 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 'varchar(32) NULL' at line 1
ALTER TABLE con_user_prop CHANGE COLUMN name varchar(32) NULL
2005-Mar-Tue 07:33:44: 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 'NULL' 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 'NULL' at line 1
ALTER TABLE con_user_prop CHANGE COLUMN value text NULL
2005-Mar-Tue 07:33:44: 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(11) 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(11) NOT NULL DEFAULT '0'' at line 1
ALTER TABLE con_user_prop CHANGE COLUMN idcatlang int(11) NOT NULL DEFAULT '0'
2005-Mar-Tue 07:33:44: 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 'varchar(32) NOT NULL' 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 'varchar(32) NOT NULL' at line 1
ALTER TABLE con_inuse CHANGE COLUMN type varchar(32) NOT NULL
2005-Mar-Tue 07:33:45: 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 'varchar(32) NOT NULL' 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 'varchar(32) NOT NULL' at line 1
ALTER TABLE con_inuse CHANGE COLUMN objectid varchar(32) NOT NULL
Uups...