Command Mysql MySQL

mysql>
mysql> SELECT routine_name, routine_type, created
    -> FROM information_schema.routines
    -> WHERE routine_schema='mylibrary';
Empty set (0.00 sec)
mysql>