查看所有存储过程
show procedure status
模糊查询存储过程
show procedure status like “%user%”
删除存储过程
drop procedure t1

mysql存储过程,存入十万条数据
mysql存储过程,存入十万条数据

相关文章: