In the last episode (Mar 07), Don Bowyer said:
> I recently upgraded our database from 3.22.32 to 3.23.32 We run a
> ISAM check every night, to check for db problems. Ever since I did
> the change, I get a email from the cron daemon like this:
> 
> /usr/bin/myisamchk: MyISAM file /var/lib/mysql/cayn21/customers.MYI
> /usr/bin/myisamchk: warning: 1 clients is using or hasn't closed the table properly

The database is shut down when you do this, right?  You should really
never have to run myisamchk unless your server crashes a lot.  If you
don't want to shut down mysql to check tables, use the "CHECK TABLE"
mysql command.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
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