Repair MySQL Database
avatar

If you have corrupt mysql tables you can run this command to automatically fix them. Just make sure you have enough free space. It general takes about double the size of the table to do the repair.

mysqlcheck –auto-repair -A -u -p

This entry was posted in Android, Development, Guides, Linux, Websites. Bookmark the permalink.

Leave a Reply