accessible view | jump to content | search | jump to site-wide navigation
Repairing the MYSQL tables for NetO
ssh hartman.lsa.umich.edu
/opt/bin/mysql -u root -p NetO
From the mysql> prompt:
check table TABLE_NAME;
repair table TABLE_NAME;
check table TABLE_NAME;
quit