Getting an PDO error when trying to do php symfony doctrine:insert-sql The error I get:
php symfony doctrine:insert-sql
Warning: PDO::__construct(): [2002] Connection refused
Looks right. Here would be the exact equivalent from a working databases.yml I'm using, in case it's of any use:
dsn: 'mysql:host=localhost;dbname=jobeet'