MyBB Community Forums

Full Version: Install issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
get the below message when trying to install mybb

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1005 - Can't create table 'mybb_adminlog' (errno: 28)
Query:
CREATE TABLE mybb_adminlog ( uid int unsigned NOT NULL default '0', ipaddress varchar(50) NOT NULL default '', dateline bigint(30) NOT NULL default '0', module varchar(50) NOT NULL default '', action varchar(50) NOT NULL default '', data text NOT NULL, KEY module (module, action) ) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;


please advise

Retried nw get this
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1 - Can't create/write to file './a8437775_forum/mybb_adminlog.MYD' (Errcode: 28)
Query:
CREATE TABLE mybb_adminlog ( uid int unsigned NOT NULL default '0', ipaddress varchar(50) NOT NULL default '', dateline bigint(30) NOT NULL default '0', module varchar(50) NOT NULL default '', action varchar(50) NOT NULL default '', data text NOT NULL, KEY module (module, action) ) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
Second error is a host issue. Contact to your webhost.
This issue is caused by your MySQL server having ran out of space. Please contact your host.

Ref: http://lists.mysql.com/mysql/2247