Disk is full

Billy A. Pumphrey bpumphrey at WoodMacLaw.com
Mon Jan 16 15:18:00 GMT 2006


> 
> You'll probably need to use the -r or -o option with that check.
> 
> I usually run the checks as follows:
> 
> cd /var/lib/mysql/mailscanner
> myisamchk maillog.MYI
> 
> if that returns an error other than the one saying a user is still
using
> the
> db then
> 
> stop mysql
> myisamchk -r maillog.MYI
> 
> restart mysql
> 
> You may have more problems with more databases and tables. If mysql
> doesn't
> start, try checking all tables in all databases.
> 
> use something like in each database directory
> 
> myisamchk *.MYI
> 
> then run myisamchk with the -r or -o option as above on each index
that
> reports an error with mysql stopped.
> 
> Steve Campbell
> campbell at cnpapers.com
> Charleston Newspapers


Hot Dog!

You guys rule.  That worked perfectly.  I did get the error and had to
do part 2 of the instructions.  Thank you so much.


More information about the MailScanner mailing list