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.
所以我终于让我的网站与 Microsoft SQL Express 2012 一起工作。但仅仅连接到服务器已经需要 15-20 秒。
sqlsrv_connect( $serverName, $connectionInfo);
这就是我目前正在使用的。如果我删除该行,则需要 0.000040 秒...这只是连接,我什至还没有查询数据库,哈哈!
出于某种原因,我的 linux 机器解析速度很慢。这对我有帮助:
sqlsrv_connect( $IP, $connectionInfo);
我将 mysql.example.com 更改为 1.1.1.1,现在一切正常