Commit ca8533be by mercymodest

feat:- add sql

parent d9abb1cb
-- 查看最大连接数配置
-- 查看最大连接数配置
SHOW VARIABLES LIKE 'max_connections';
-- 查看当前已连接数(包括正在使用的和休眠的)
SHOW STATUS LIKE 'Threads_connected';
-- 查看正在运行的连接数
SHOW STATUS LIKE 'Threads_running';
-- 查看历史最大连接数
SHOW STATUS LIKE 'Max_used_connections';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment