Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が知りたいのは、いつ、mysqlcheckまたはmyisamchkその時、mysqlを停止する必要があるの/etc/init.d/mysql stopか、それとも必要ないのか?
mysqlcheck
myisamchk
/etc/init.d/mysql stop
myisamchk -r /var/lib/mysql/sample/*.MYI
はい、すいません検索で出てきました。
回答: mysqld サーバーが実行されている場合は mysqlcheck を使用する必要がありますが、そうでない場合は myisamchk を使用する必要があります。