Hi
i have study some tutorials of stored procedures for Mysql. I want to know that where stored procedures are saved in Mysql database.
Means if a database exist, how can i check if it has stored procedures.
Thanks
Check out this question from the MySQL manual: B.4.6: Is there a way to view all stored procedures and stored functions in a given database?