I am new to Symfony2 (beta4) and Doctrine and am having issues when i try to create the DB schema via command line.
Here\'s the error:
$ php app/cons
Too late but hope it can help someone as well.
I am using Vagrant
Just change localhost to 127.0.0.1 AND change the port to 3333
localhost
127.0.0.1
3333
worked perfectly.