CakePHP Bake Shell Error: Database connection “Mysql” is missing, or could not be created
I have an issue here with baking. I've read the previous answers to similar questions, but the solutions seem to not apply here. I can't bake because the error I receive is: Database connection “Mysql” is missing, or could not be created If I run which php the PHP it's reading is the correct path within MAMP. If I check the PDO modules: php -i | grep "PDO" PDO PDO support => enabled PDO drivers => sqlite, pgsql, mysql PDO Driver for MySQL => enabled PDO Driver for PostgreSQL => enabled PDO Driver for SQLite 3.x => enabled My application (or what I've completed on it so far) has no trouble