MySQL Forums
Forum List  »  InnoDB

SOLVED AGAIN: More info - Error 1005 is connected to Error 1452
Posted by: Mohamed Infiyaz Zaffer Khalid
Date: May 07, 2009 10:12PM

Hi everybody, here's another 'discovery' I made today. At first the error 1005 recurred when trying to create foreign key relationships with cascading updates and deletes. And indexing the tables with foreign keys solved it (as mentioned in my previous post).

Surprisingly, when I attempted to insert a record in the master table, I got error 1452 - "cannot add or update a child row: foreign key constaint fails".

Now initially, I thought this to be a with MySQL since I was only able to create the relationship after deleting all records in the master table. But later on I discovered that THE ACTUAL REASON for the error 1452 was that the command to create the relationships was incorrect.

I failed to check the syntax I blindly ran through the RLATIONSHIP VIEW on phpMyAdmin. But then I remembered that I had selected the relationship view WHILE ON THE MASTER TABLE and THIS WAS THE PROBLEM.

Actually you're supposed to FIRST SELECT THE TABLE WITH THE FOREIGN KEY and THEN select the primary key in the master table using the interface.

I hope this helps and I'm sorry if I caused any confusion.

Happy coding
Khalid

==================================
The Smart Solutions Expert

PHP MySQL Javascript VB6 C/C++
http://www.marhaonline.com



Edited 1 time(s). Last edit at 05/07/2009 10:52PM by Mohamed Infiyaz Zaffer Khalid.

Options: ReplyQuote


Subject
Views
Written By
Posted
652781
March 24, 2005 01:20PM
5973
October 09, 2012 09:48PM
4137
December 19, 2011 10:13PM
9710
May 09, 2006 06:01PM
12938
November 15, 2006 02:05PM
7839
T D
February 01, 2008 06:47AM
9830
August 27, 2008 08:08AM
10143
December 03, 2008 10:15AM
6590
May 01, 2009 07:39AM
SOLVED AGAIN: More info - Error 1005 is connected to Error 1452
8413
May 07, 2009 10:12PM
3876
August 29, 2011 04:46PM
5526
s l
December 15, 2009 01:48PM
5396
December 22, 2009 02:54AM
3640
February 18, 2011 08:55AM
4425
May 24, 2011 10:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.