Rojakcoder
Of Linux, Programming, and Singaporean Ramblings

MySQL Error 1005

Wed, Dec 17, 2008
From personal experience, the error ERROR 1005 (HY000) is the result of having foreign key constraints of the same symbol name. It appears that the foreign key constraint cannot have the same symbol in the database - in other words, it must be unique throughout the database, not just the table.
Tags: mysql

MySQL Error 1452

Wed, Dec 17, 2008
This is to help developers who encounter the error ERROR 1452 (23000) in MySQL resolve it. There can be a few causes to this error. One of the reasons is the newline characters that terminate each line. There are differences between the Windows platform and the Linux-based platforms when terminating each line. Refer to this forum post for more information. The other reason I found out personally is the existing data in the table.
Read more
Tags: mysql
Page 1 of 1