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.
我正在尝试将 PEAR DB 类连接到在不同端口上运行的 MySQL 服务器。
代码:
$db =& DB::connect(mysql://user:password@127.0.0.1:3307/rfq);
在 3307 上连接到 127.0.0.1 的原因是我实际上是通过 SSH 隧道连接到不同的服务器。
但是我只是收到错误 DB Error: not found
任何帮助,将不胜感激!