/ Published in: MySQL
Use this to repair a corrupt table in phpmyadmin
Expand |
Embed | Plain Text
repair table tablename use_frm;
You need to login to post a comment.
howardpanton on 12/14/10
1 person have marked this snippet as a favorite
Use this to repair a corrupt table in phpmyadmin
repair table tablename use_frm;
You need to login to post a comment.