mysqldump导出函数、存储过程和视图 导出函数和存储过程 导出视图定义 导出函数和存储过程 查看函数和存储过程: select routine_schema,routine_name,routine_type from information_schema.routines where routine_schema='DBNAME' and routine_type in ('FUNCTION','PROCEDU