Can anyone explicitly tell me how to connect a my symfony2 App to ClearDB on heroku?
I got the connection string on heroku by typing
$ heroku config
but when i put the results on my parameters.yml i get a SQLSTATE[HY000] [2002] Connection refused error.
Thanks in advance