View Single Post
Old
  (#3 (permalink))
Evil
Junior Member
 
Status: Offline
Posts: 54
Join Date: Dec 2002
12-29-2002, 05:04 PM

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
   
Reply With Quote