Bug #918 Missing word in http://www.mysql.com/doc/en/myisamchk_syntax.html
Submitted: 24 Jul 2003 19:59 Modified: 25 Jul 2003 12:10
Reporter: Mike Hillyer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:N/A OS:N/A
Assigned to: Paul DuBois CPU Architecture:Any

[24 Jul 2003 19:59] Mike Hillyer
Description:
If you mysqld is running, you must force a sync/close of all tables with FLUSH TABLES and ensure that no one is using the tables while you are running myisamchk. In MySQL Version 3.23 the easiest way to avoid this problem is to use CHECK TABLE instead of myisamchk to check tables. 

'If you mysqld is running' = 'If you know mysqld is running'

How to repeat:
Check the page
[25 Jul 2003 12:10] Paul DuBois
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).