我在我的 PHP 应用程序中使用 PDO.它连接到同一服务器上的 MySQL 服务器:
I'm using PDO in my PHP application. It connects to a MySQL server on the same server:
$db = new PDO(mysql:host=localhost;dbname=test, $username, $password);
我创建了两个具有相同输出的页面(只是一些纯 html 中的虚拟数据),其中一个包含创建 PDO 的调用.如果我打开不使用连接的页面,响应速度会快 0.5 到 1 秒.
I created two pages with the same output (just some dummy data in plain html) one of which contains the call to create PDO. If I open the page that uses no connection the response is between 0.5 and 1 second quicker.
我一直在做一些谷歌搜索,并且在阅读了这个线程,我把localhost改成了127.0.0.1.这解决了问题....
I've been doing some googling, and after reading this thread, I changed localhost to 127.0.0.1. That solves the problem....
这篇关于为什么构建 PDO 连接很慢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
MySQLi准备好的语句&foreach 循环MySQLi prepared statement amp; foreach loop(MySQLi准备好的语句amp;foreach 循环)
mysqli_insert_id() 是从整个服务器还是从同一用户获Is mysqli_insert_id() gets record from whole server or from same user?(mysqli_insert_id() 是从整个服务器还是从同一用户获取记录?)
PHP MySQLi 无法识别登录信息PHP MySQLi doesn#39;t recognize login info(PHP MySQLi 无法识别登录信息)
mysqli_select_db() 需要 2 个参数mysqli_select_db() expects exactly 2 parameters(mysqli_select_db() 需要 2 个参数)
Php mysql pdo 查询:用查询结果填充变量Php mysql pdo query: fill up variable with query result(Php mysql pdo 查询:用查询结果填充变量)
MySQLI 28000/1045 用户“root"@“localhost"的访问MySQLI 28000/1045 Access denied for user #39;root#39;@#39;localhost#39;(MySQLI 28000/1045 用户“root@“localhost的访问被拒绝)