Is it possible to get exactly what the error is in MySQL? -
i'm getting error when trying add foreign key , description not helpful @ all: it's error 1050 , i'm able find in google pages a list of possible causes. there way exact cause of error mysql, example "fields not match (one unsigned , signed) can't have foreign key"?
if run show engine innodb status\g
@ mysql prompt , "latest foreign key error" section, should give more detail on error.
Comments
Post a Comment