Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 MariaDB 中有数百个休眠连接。有没有办法找出这是导致哪个 php 脚本?
这会降低 MariaDB 吗?
它可能是某种形式的“连接池”,它使许多连接处于打开状态。
你的客户是什么?如果是 Apache,请将 MaxClients 减少到 10。
另一种方法...减少max_connections(在 mysqld 中)到,比如 20。然后在客户端尝试超过该值时查找错误。
max_connections