PDO で mysql DB に接続しようとしましたが、うまくいきません。私は書きます:
$db = new PDO('mysql:dbname=test;host=localhost','user','pass');
エラーを返します:
Warning: PDO::__construct() [pdo.--construct]: [2002] No connection could be made because
the target machine actively refused it.
教えてください、PDO が望んでいることは何ですか?
phpバージョン: 5.3.9
ホスト: ローカル コンピューター (サーバー - 「usbwebserver」)