0

MySQL への PDO 接続で混乱する問題があります。そのエラーを生成する PHP で記述された Web アプリケーション:

exception 'PropelException' with message 'Unable to open PDO connection [wrapped: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '192.168.xxx.xxx' (4)]' in ./lib/symfony/plugins/sfPropelPlugin/lib/vendor/propel/Propel.php:610

max_connections の制限に達していないため、混乱しています:

MAX CONNECTIONS
Current max_connections = 1000
Current threads_connected = 8
Historic max_used_connections = 783
The number of used connections is 78% of the configured maximum.
Your max_connections variable seems to be fine.

また、同時に、このエラーが発生した場合、他の webaplication (プロップなし) またはコマンド ライン ツールは MySQL に非常にうまく接続できます。

追加の詳細:

  • MySQL 5.5.30
  • PHP 5.3.23
  • Red Hat Enterprise Linux Server リリース 6.2 (サンティアゴ)
4

1 に答える 1