Don Bowyer wrote:
>
> 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
>
> Is there something I am not doing right? Is this output happening because
> these are MyISAM tables rather than ISAM like we used to use, and the
> myisamchk program has to run with the database shut down?
>
> Alternatively, is this something to do with the way the Perl modules are
> working? We use the Mysql modules?
>
> Any thoughts? I would like to try to remove the cause of these warnings.
>
> Thanks
> Don
>
> ---------------------------------------------------------------------
> 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
Hi,
If you want to run myisamchk while mysqld is running, you should
run mysqld WITHOUT --skip-locking option.
Check the manual for details:
http://www.mysql.com/doc/C/r/Crash_recovery.html
Regards
--
Joseph Bueno
NetClub/Trader.com
---------------------------------------------------------------------
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