Recently I switched from a custom system setup on my Mac (Apache, MySQL, PHP, ...) to the MAMP Pro system. Unfortunately the Symfony console won't work with the default configuration in parameters.yml like the following: # Database parameters database_driver: pdo_mysql database_host: 127.0.0.1 database_port: ~ database_