Alice52 / database

ddf13ad8d4be76a80a336418b5cf5727bf6e3059
gitee.com
MIT License
0 stars 0 forks source link

[db] connection #43

Closed Alice52 closed 3 years ago

Alice52 commented 3 years ago
  1. show variables like '%max_connections%';: 查看mysql的最大连接数
  2. set GLOBAL max_connections=2256;: 重启失效
  3. show global variables like 'wait_timeout';: 连接释放时间
  4. set global wait_timeout=10;: 每个连接的等待时间, 重启失效
  5. show processlist + kill pid: 查看已有连接 + 删除