MySQL Forums
Forum List  »  Memory Storage Engine

Re: mysqlcheck information_schema
Posted by: Rick James
Date: July 02, 2014 07:41PM

Don't "check" information_schema or performance_schema. Those two databases do not have 'real' tables, only pseudo-tables -- generally information sitting in RAM. They 'act' like tables in that you can do SELECT, but they cannot be accessed in other ways.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqlcheck information_schema
2057
July 02, 2014 07:41PM


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.