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.
我的 php 文件中有错误。错误显示“PDOException”,消息为“SQLSTATE[08004] [1040] 连接过多”。我环顾四周,人们说我应该更改 mysql 服务器上的 max_connections。我这样做了,但它不起作用。
提前致谢!
您应该使用非持久连接。PHP手册中的详细信息