MySQL broke? MySQL broke?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

MySQL broke?

Started by adameros, July 03, 2004, 11:12:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adameros

For the last month, other than a small rotate issue, CP1.3.0 has been working great.

The the debugging info says:

While executing query "SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM cpg130_albums as a, cpg130_categories as c WHERE a.category = c.cid AND a.category < '10000' ORDER BY cname,title" on 0

mySQL error: Got error 28 from table handler


I don't see any errors in the mysql error log, and it stops and restarts just fine, so I don't think the DB was corrupted.

Any ideas how to fix this?

adameros

Let me add...

OS: Red Hat 9.
Apache: 2.0.40
MySQL: 3.23.58
Browsers: Firefox (Linux and Windows), Safari, IE

olegario

I just started seeing the same issue.  It just happened over the last week, and I haven't made any changes to my system.  Any ideas?  My error is a little different.  Here it is:

While executing query "SELECT aid, CONCAT('(', user_name, ') ', title) AS title FROM cpg11d_albums AS a INNER JOIN cpg11d_users AS u ON category = (10000 + user_id) ORDER BY title" on 0

mySQL error: Got error 28 from table handler


TIA!

kegobeer

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Nibbler

You can lookup mysql error codes on your own PC using perror.

Error code  28:  No space left on device