> What the hell is error 28? Where can I find description?
> mysqlcheck --all-databases # says everything is ok

mysql does come with a little utiltiy, perror, which can be
used to translate error numbers into readable messages:

$ perror 28
Error code  28:  No space left on device

Did you check if you have enough disk space? 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to