lol get this is tried that along time ago but keep geting this error
Code:
SQL-query :
CREATE TABLE nuke_access(
access_id int( 10 ) NOT NULL auto_increment,
access_title varchar( 20 ) default NULL ,
PRIMARY KEY ( access_id ) ,
KEY access_id( access_id )
) TYPE = MyISAM
MySQL said:
Error writing file './extremeg_nuke/nuke_access.frm' (Errcode: 28)
Back
and that is with the default sql file that comes with nuke