I just spent 10 minutes tracking down this particularly opaque MySQL command:
SHOW PROCEDURE STATUS
Followup. To list views:
SELECT * FROM information_schema.views
To list stored procedures and functions:
SELECT * FROM information_schema.routines
I really should have these bits and pieces committed to memory already, but as most of my job currently consists of fire-fighting in other peoples’ code, I don’t get to use sensible features like SPs and views very often.
No comments
Comments feed for this article
Trackback link
http://www.otton.org/2008/05/19/reminder-to-self-mysql-list-stored-procedures/trackback/