mysqld server.
mysqld runs as.
myisamchk -e *.MYI
-s (silent) option to suppress unnecessary information.
mysqld server is stopped, use the --update-state option to tell myisamchk to mark the table as "checked".
myisamchk announces an error, repair those tables.
myisamchk -r -q tbl_name
mysqld server is stopped, use the --update-state option to tell myisamchk to mark the table as "checked".
myisamchk -r tbl_name
myisamchk --safe-recover tbl_name
How do I optimize tables?
© 2007 John Michael Pierobon