Check and repair MySQL tables. More information: https://dev.mysql.com/doc/refman/en/mysqlcheck.html.
mysqlcheck --check {{table}}
mysqlcheck --check {{table}} --user {{username}} --password {{password}}
mysqlcheck --repair {{table}}
mysqlcheck --optimize {{table}}