im trying to delete a foreign key with the following syntax (5.0.45-community-nt):
alter table [table] drop foreign key [fk_name]
but I'm getting the following error:
The table '#sql-5f8_9c' is full – 99543 ms
any ideas?
thanks!
|
im trying to delete a foreign key with the following syntax (5.0.45-community-nt):
but I'm getting the following error:
any ideas? thanks! |
||||
|
|
|
It may seem odd that it needs to make a copy of the table since you're just dropping a constraint. In more recent versions of MySQL, some See also: |
|||
|
|