If you are online then you should run: mysqlcheck
mysqlcheck -o –all-databases
If you are offline then you can run myisamchk which is a little more thorough.
myisamchk –sort-index
myisamchk -r tbl_name
If you are online then you should run: mysqlcheck
mysqlcheck -o –all-databases
If you are offline then you can run myisamchk which is a little more thorough.
myisamchk –sort-index
myisamchk -r tbl_name
Tags: Linux Software / Scripts · Linux Tricks
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment