I'm developing an CakePHP 4 app (with MySQL, and PHP 7.2) and when I bake, something go wrong and throw this:
MacBook-Pro-de-JP:ldb jp$ bin/cake bake all people Bake All
-------------------------------------------------------------------------------
One moment while associations are detected.
Exception: SQLSTATE[HY000] [2002] No such file or directory
In [/Applications/MAMP/htdocs/ldb/vendor/cakephp/cakephp/src/Database/Driver.php, line 102]
Do you know how to solve this?
Thanks in advance!