Berikut ini cara repair table di database mysql dari terminal linux
please make sure you know what you’re doing before repair table in your mysql database
#mysql -uusername -ppassword google_app -e"show tables;" | grep -v Tables | xargs -i mysql -u root google_app -e "repair table {}"
if you have any question don’t hesitate to ask.