MyBB Community Forums

Full Version: SQL 1030 - Got error 28 from storage engine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed MyBB and it said everything went well, but when I go to the configuration section of the admin panel I get this:

SQL Error:
1030 - Got error 28 from storage engine

Query:
SELECT g.*, COUNT(s.sid) AS settingcount FROM mybb_settinggroups g LEFT JOIN mybb_settings s ON (s.gid=g.gid) GROUP BY g.gid ORDER BY g.disporder


Is there a way to fix this? I'd appreciate the help.
Basically, you've ran out of disk space for your database to store the results in. You'll need to contact your host on how best to resolve this...
Thanks.