Fixing MySQL Tables

Posted on September 17, 2008 by Stephen

How to fix MySQL tables.
log into mysql -u <username> -p
use <database>;
show tables;
repair table <table name>;

repeat for all damaged tables.
« Prev itemNext item »

Comments

No comments yet. You can be the first!

Leave comment

This item is closed, it's not possible to add new comments to it or to vote on it