问题:
mysql日常开发过程中,数据库、表的很多信息分散在不同的工具和不同的界面中,来回切换查找非常麻烦。
解决方式:
基于这个问题,编写了一个存储过程来收集存储过程中的日常信息,这非常方便查询。
[En]
Based on this problem, a stored procedure is written to collect the daily information in a stored procedure, which is very convenient for query.
为了方便解决其他问题,在工具集合中编写了其他存储过程的调用方法和描述。这些问题和解决方案将在稍后分享。
[En]
The call methods and descriptions of other stored procedures are written in the tool collection for the convenience of solving other problems. These problems and solutions will be shared later.
```
1 -- -- powered by wanglifeng https://www.cnblogs.com/wanglifeng717
2 DROP PROCEDURE IF EXISTS show_db_info;
3
4 DELIMITER %%
5 CREATE PROCEDURE show_db_info()
6 label:BEGIN
7 -- ############################################################################