MySQL Forums
Forum List  »  MySQL Administrator

Re: How to see the code of active triggers
Posted by: Umesh Shastry
Date: July 23, 2009 04:36AM

Try

For Procedures..

SHOW CREATE PROCEDURE procedure_name;

or from MySQL prompt

SHOW CREATE PROCEDURE procedure_name\G

For rest of the objects check here

http://dev.mysql.com/doc/refman/5.0/en/show.html

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: How to see the code of active triggers
July 23, 2009 04:36AM


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.