Hi, I want to drop a foreign key constraint on an INNODB table in MySQL
4, but i keep getting this error:
mysql> ALTER TABLE ORDER_FORM_CARTRIDGES DROP FOREIGN KEY
FK2_ORDER_FORM_CARTRIDGES; ERROR 1005: Can't create table
'./REFILLSTATION/#sql-6e1_11.frm' (errno: 150)
Grateful for any advice, - Dave