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.
我正在使用两个数据库连接来完成特定任务。一切正常,但我正在使用分页显示数据,并且在转到下一页时,有时 MySQL 会崩溃。
之后,当我使用 localhost/xampp/url 打开 MySQL 数据库时,出现以下错误:
#1040 Too many connections
我该如何解决这个问题?
有许多打开的连接。使用后应在应用程序中关闭它们。
另一种变体是设置wait_timeout服务器变量 -服务器在关闭非交互式连接之前等待其活动的秒数。未使用的连接将自动关闭。