MySQL error: “1030 – Got error -1 from storage engine”

MySQL

I received the following message while working while working with a pre-existing existing database and adding some new tables
Error Msg

#1030 - Got error -1 from storage engine

Best Answer

This usually means you've ran out of disk space. Check using df -h and delete any large log files or other files taking up a lot of space.

Failing that, check your memory usage.