Repair mysql Tables using Mysqlcheck

This happened when my cacti crashed after a power failure.   Repair a table inside database This will repair host table in cacti databse # mysqlcheck -r cacti host -u root -p The following checks, optimizes and repairs all the corrupted table in cacti database. # mysqlcheck -u root -p –auto-repair -c -o cacti Check […]