MYSQL常用命令

显示存储过程列表:

show procedure status;

或者

select db,name from mysql.proc;

显示索引列表

 show index from table;

您可能还喜欢...