what to do when ' repair table ' query won't work in mysql?
mysql
Solution
I think you should try mysql repair tool . . . it's a great tool that can repair any type of mysql data or table containing any data. and i am sure that it will definetely repair the table using the query repair table tbl_college_master.
Problem
i got this error : "The storage engine for the table doesn't support repair" when i tried to repair the table using the query `repair table tbl_college_master` table is of innodb type, but i dont know y i'm getting this error?