Jul
05
Posted on 05-07-2007
Filed Under (Fun) by Johan Känngård
(0) Comments    Read More   
Jul
05
Posted on 05-07-2007
Filed Under (Programming) by Johan Känngård

I will add more when I stumble upon commands I can’t remember the syntax of.

To list all stored procedures:


mysql> SHOW PROCEDURE STATUS;

Example output (with cropped dates and times for readable table):

Db Name Type Definer Modified Created Security_type Comment
mydb store_user PROCEDURE root 2007-0.. 2007-0.. DEFINER
mydb store_cart PROCEDURE root 2007-0.. 2007-0.. DEFINER
mydb store_settings PROCEDURE root 2007-0.. 2007-0.. DEFINER


Read the rest of this entry »

(0) Comments    Read More