查询数据库当前设置的最大连接数:查看mysql数据库连接数.并发数相关信息 show global variables like '%max_connections%'; 查看mysql连接数:mysql processlist详细说明 show processlist; 查看sleep退出时间限制: show variables like “%timeout%”; +-----------------------------+----------+| Variable_name
MySQL Shell 是一个高级的命令行客户端以及代码编辑器for Mysql. 除了SQL,MySQL Shell也提供脚本能力 for JS and Python. When MySQL shell is conected to the MySQL server throught the X protocol, the X devAPI can be used to work with both relational and documnet data, 官方教程8.0版本第二十章有介绍.