Mysql
 sql >> Base de données >  >> RDS >> Mysql

Code d'erreur MySQL :1005

La plupart de ces erreurs seront liées à une correspondance manquante du type de données. Si vous pouviez parcourir ces liens.. cela pourrait vous aider, je suppose.. Vérifier ceci ... aussi Check-this

Comme ils disent dans le deuxième lien :

mysql> SHOW engine innodb STATUS;

------------------------
LATEST FOREIGN KEY ERROR
------------------------
100130 17:16:57 Error IN FOREIGN KEY CONSTRAINT OF TABLE sampledb/#sql-4a0_2:
FOREIGN KEY(member_type)
REFERENCES common_lookup(common_lookup_id):
Cannot find an INDEX IN the referenced TABLE WHERE the
referenced COLUMNS appear AS the FIRST COLUMNS, OR COLUMN types
IN the TABLE AND the referenced TABLE do NOT MATCH FOR CONSTRAINT.