I'm developing a web site with Symfony2.
I tried to switch from the 'dev' environment to 'prod'. But when I connect me with correct identifiers (in the database), I have a database connection error : "SQLSTATE[HY000] [2002] Connection refused".
Whereas I don't have any error when I test this connection with the "dev" environment on the same server and with the same database.
What it can cause this error ?
Do you have an idea ?
Thank you