database error since execute a query :(

RAINBOW

New Member
hi all
i have a database error...since i have done this...

i execute this query

CREATE TABLE `thread_bot_db` (`id` text NOT NULL,`status` int(11) NOT NULL, `pid` int(11) NOT NULL);


and then show this...:
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Saturday, November 8th 2008 @ 07:07:15 AM
Error Date : Saturday, November 8th 2008 @ 07:07:16 AM
Script : http://******/
Referrer :
IP Address : *****
Username : ******
Classname : vB_Database
MySQL Version : 5.0.51a-community

please how can i fix this?
its very importand please:(:(:(:(:(
 
This error apparently means that your MySQL server has run out of disk space and is unable to write to the filesystem.

Code:
http://www.vbulletin.com/forum/showthread.php?t=138463

but could be wrong!
 
Back
Top