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.
我刚刚上线了一个在线游戏,一切都很好,直到大约 2000 名玩家决定同时玩。现在,从服务器获取数据时,一切都运行得很慢。我每秒大约有 500 个查询。我有一个带 debian 的 VPS,并使用 phpmyadmin。
我做了一些搜索,一个听起来合理的解决方案是我没有足够的“最大连接数”。
如何检查我现在有多少连接,以及如何增加连接?
非常感谢
编辑 php.ini max_connections ,以允许更多连接到 mysql .. 你还应该检查是什么消耗了你的连接和资源 .. 你也可以考虑缓存或升级 vps ram ..