MyISAM table checking.
MyISAM tables automatically, start the server with the --myisam-recover option.
cron can also be used to automate periodic table maintenance.
crontab entry:
5 1 * * 0 /path/to/myisamchk --fast --silent /path/to/datadir/*/*.MYI
Let us review the chapter.
© 2007 John Michael Pierobon