All pastes #2062739 Raw Edit

Mine

public text v1 · immutable
#2062739 ·published 2011-05-17 17:34 UTC
rendered paste body
      mysqlcheck is similar in function to myisamchk, but works differently.
       The main operational difference is that mysqlcheck must be used when
       the mysqld server is running, whereas myisamchk should be used when it
       is not. The benefit of using mysqlcheck is that you do not have to stop
       the server to perform table maintenance.