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.
当使用 PDO(使用 mysql)的持久连接时,可以同时进行持久连接的数据库数量是否有限制?(如果是这样,可以在哪里设置)?
连接不受 PDO 限制;MySQL驱动程序是。MySQL 也可以配置设置最大数量。
在my.ini中,您可以编辑max_connections指令。
my.ini
max_connections