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 从 php 程序连接到 mysql 服务器,问题是我无法从 php 连接它,但我可以使用其他 SQL 管理器以相同的配置连接它。
parent::__construct('mysql'.':host='.$DB_HOST.';dbname='.$DB_NAME, $DB_USER, $DB_PASS);