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_pconnect 而不是 mysql_connect。
答案是你不应该使用任何一个,因为 mysql_* 扩展已被弃用。
如果我们倒退几年,那么答案仍然几乎相同——在其他 DBMS 中,建立连接通常较慢,因此可以使用持久连接来提高性能。持久连接对 mysql/php 造成的弊大于利是很常见的