PDA

View Full Version : mysql error: Got error 28 from table handler


Link14716
01-18-2004, 10:49 PM
Database error in vBulletin 3.0.0 Gamma:

Invalid SQL:
SELECT gamesessions.*, user.username, user.userid, games.*, games.title AS title FROM gamesessions
LEFT JOIN user AS user ON user.userid = gamesessions.userid
LEFT JOIN games AS games ON gamesessions.gamename = games.shortname
WHERE (gamename='asteroids' AND score='37640') OR (gamename='chopper' AND score='1530') OR (gamename='pacman' AND score='27820') OR (gamename='simon' AND score='22') OR (gamename='snake' AND score='1997') OR (gamename='spaceinvaders' AND score='65990') OR (gamename='tetris' AND score='29128') AND sessiontype IN (1,2) ORDER BY gamesessions.gamename DESC

mysql error: Got error 28 from table handler

mysql error number: 1030

Date: Sunday 18th of January 2004 06:49:32 PM
Script: http://www.gaming-hell.com/forums/arcade.php?
Referer: http://www.gaming-hell.com/forums/index.php?
Username: squall14716
IP Address: 24.240.122.139


This happens in the arcade, and when searching phrases in the admincp. What does error code 28 mean, and how can I fix it?

NTLDR
01-18-2004, 10:54 PM
A quick google leads me to think you've run out of space on your MySQL partition. Try running the repair/optimise script in the ACP.