Repairing a database

To repair a database using the default myisam storage engine use either of the two commands,

mysqlcheck -r databasename

or

myisamchk -f /var/lib/mysql/databasename/*.MYI

Share this site! Click on the a link below: These icons link to social bookmarking sites where readers can share and discover new web pages.

  • Digg
  • del.icio.us
  • Facebook
  • Reddit
  • Slashdot
  • Twitter
No Responses to “Repairing a database”

Post a Comment