The table '#sql-5f8_9c' is full

Posted by gansodesoya on Stack Overflow See other posts from Stack Overflow or by gansodesoya
Published on 2010-05-24T22:44:00Z Indexed on 2010/05/24 22:51 UTC
Read the original article Hit count: 136

Filed under:

hello, 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 folling error:

The table '#sql-5f8_9c' is full – 99543 ms

any ideas?

thanks!

© Stack Overflow or respective owner

Related posts about mysql