I am trying to connect to a db using Symfony2. However it returns:
Internal server error SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it. "
Details about the error
[1/2] ErrorException: Warning: PDO::__construct(): [2002] No connection could be made because the target machine actively refused it. (trying to connect via tcp://localhost:7555) in C:\wamp\www\Symfony\vendor\doctrine-dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php line 36
Can anyone help me solve this error ?