MySQL Forums
Forum List  »  Stored Procedures

Re: How to Remove All Stored Procedures in a Specific Database
Posted by: Peter Brawley
Date: November 08, 2018 07:57PM

You could think of 5.x mysql.proc as a back door which 8.0 has removed.

Get your sproc list from information_schema.routines.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to Remove All Stored Procedures in a Specific Database
1020
November 08, 2018 07:57PM


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.