A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

See stored procedures in MySQL

List them
mysql> show procedure status;

See the code of one
mysql> show create procedure [name];