Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created August 20, 2022 11:24
Show Gist options
  • Save rwp0/c7f7ffed2fd9cb96f6d39453fc553e59 to your computer and use it in GitHub Desktop.
Save rwp0/c7f7ffed2fd9cb96f6d39453fc553e59 to your computer and use it in GitHub Desktop.
Show MySQL Routines within Database
SHOW FUNCTION STATUS
WHERE db = 'wordpress';
SHOW PROCEDURE STATUS
WHERE db = 'wordpress';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment