Friday, March 20, 2009

Mysql error : Can't create table (errno: 121)

Mysql Error: can't create table (errno 121).
This error occurs when you are trying to create referential integrity between InnoDB engine tables and one of the key (primary key or foreign key) has not "unsigned" defined.

Make sure your table create statement includes "unsigned" for each PK and FK you created.