29
Apr
Repairing a database
Posted by Jacob, under Server AdministrationTo 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.

Post a Comment