Repairing the MYSQL tables for NetO. Information technology resources and support for LSA faculty, staff, and department system administrators.



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

back to top


back to top