25/02/2010, at 11:33 PM, Jim Lyons wrote:
Yes - you can drop a foreign key constraint, use the 'alter
table ... drop
foreign key ...' command. If you get an error message, post the error
message.
On Thu, Feb 25, 2010 at 6:03 AM, Vikram A
wrote:
Hi,
I tried to remove foreign
Yes - you can drop a foreign key constraint, use the 'alter table ... drop
foreign key ...' command. If you get an error message, post the error
message.
On Thu, Feb 25, 2010 at 6:03 AM, Vikram A wrote:
> Hi,
>
> I tried to remove foreign key constraint in innodb tabl
Hi,
I tried to remove foreign key constraint in innodb table.
I tried with different ways; but i am unable to drop the constraints.
http://lists.mysql.com/mysql/113053
It says that, droping the foreign key constraint it is not possible in innodb
engine.
Is it so? or any other possibilities