MySQL Forums
Forum List  »  InnoDB

Re: innodb - analyze table? mysqlcheck ?
Posted by: Sergey Petrunya
Date: January 20, 2005 12:15AM

Yes, you can use mysqlcheck to check InnoDB table. The other way is to use "CHECK TABLE" SQL statement. But please be aware that information about errors will be printed to server output (and not to mysqlcheck output).

Sergey Petrunia, Software Developer
MySQL AB, www.mysql.com
My blog: http://s.petrunia.net/blog

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: innodb - analyze table? mysqlcheck ?
7078
January 20, 2005 12:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.