I have problem running the bake commands. i think it is related to mysql but i didn\'t find any solution to this error on Stackoverflow. This is my app.php:
app.php
Changing 'host' => 'localhost', to 'host' => '127.0.0.1', resolve the issue with Exception for me.
'host' => 'localhost',
'host' => '127.0.0.1',
'Datasources' => [ 'default' => [ 'className' => 'Cake\Database\Connection', 'driver' => 'Cake\Database\Driver\Mysql', 'persistent' => false, 'host' => '127.0.0.1',
I'm running on the Ampps.