MySQL Forums
Forum List  »  General

Re: grant permission on information_schema
Posted by: Peter Brawley
Date: May 07, 2013 12:00PM

"Each MySQL user has the right to access these tables, but can see only the rows in the tables that correspond to objects for which the user has the proper access privileges. In some cases (for example, the ROUTINE_DEFINITION column in the INFORMATION_SCHEMA.ROUTINES table), users who have insufficient privileges see NULL. These restrictions do not apply for InnoDB tables; you can see them with only the PROCESS privilege.

"The same privileges apply to selecting information from INFORMATION_SCHEMA and viewing the same information through SHOW statements. In either case, you must have some privilege on an object to see information about it."

http://dev.mysql.com/doc/refman/5.6/en/information-schema.html

Options: ReplyQuote


Subject
Written By
Posted
Re: grant permission on information_schema
May 07, 2013 12:00PM


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.