MySQL Forums
Forum List  »  Microsoft SQL Server

VIEW DEFINTION permission
Posted by: Orlando Colamatteo
Date: September 20, 2010 12:16PM

SQL Server supports a permission called VIEW DEFINITION which when granted allows a user to view the definitions of stored procedures, among other objects. What is the equivalent in MySQL? I have a stored procedure that was built with security context DEFINER='root'@'localhost' and I want to allow production support personnel to view the definition without granting them SUPER privileges.

Options: ReplyQuote


Subject
Written By
Posted
VIEW DEFINTION permission
September 20, 2010 12:16PM
September 22, 2010 02:04AM
September 22, 2010 08:31AM
September 23, 2010 01:18AM
September 23, 2010 08:17AM


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.