Mysql fix crashed tables
Sometimes, system halt or power off will make your MySQL database crashed and you without knowing it unless you try to access those bad tables.
Run this Linux command to automatically find crashed tables and fix them.
1 | mysqlcheck --auto-repair -A -u <username> -p<password> |






