How to repair the database? To repair a database using the default myisam storage engine use either of the two commands,
mysqlcheck -r databasename
or you can also try this command
myisamchk -f /var/lib/mysql/databasename/*.MYI
Enjoyed this article?
WebsiteWordpress themes!









