mysql Error

Gesperrt
schuehler
Beiträge: 2
Registriert: Mo 1. Nov 2004, 20:34
Wohnort: 63768 Hösbach
Kontaktdaten:

mysql Error

Beitrag von schuehler »

Hallo,

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
Kann damit einer was anfangen. Installiert ist das auf einen debian Server mit mysql Version 4.0.24

Gruss Klaus
timo
Beiträge: 6284
Registriert: Do 15. Mai 2003, 18:32
Wohnort: Da findet ihr mich nie!
Kontaktdaten:

Beitrag von timo »

wenn die Fehler in der upgrade-log.txt (o.ä.) stehen, kannst du sie ignorieren.
Gesperrt