21
Oct
2009
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> |
Tags: crashed table, fix crashed table, mysql crashed
Posted in MySQL