Pages vues depuis 25/05/2001 : 109 444 842
Index du forum »» Le coin des codeurs »» Pb de transfer de base de donnée
Erreur
requête SQL :
CREATE TABLE glossaire(
id int( 10 ) NOT NULL AUTO_INCREMENT ,
lettre varchar( 8 ) NOT NULL ,
nom longtext NOT NULL ,
definition longtext NOT NULL ,
affiche int( 1 ) DEFAULT '0' NOT NULL ,
lien varchar( 255 ) NOT NULL ,
PRIMARY KEY ( id ) ,
UNIQUE id( id ) ,
KEY definition( definition ) )
MySQL a répondu:
#1170 - BLOB column 'definition' used in key specification without a key length