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.
如果需要超过 5 秒,我想设置查询超时。我已经尝试过$db['default']['options'] = array(PDO::ATTR_TIMEOUT => 5); 代码,但它关闭了连接。有什么解决方法吗?
$db['default']['options'] = array(PDO::ATTR_TIMEOUT => 5);