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);