cant connect to database using cakephp and wampserver
问题 I am using 64bit WampServer and cakephp 3.2 and win10. I have a new computer and need to transfer a cakephp project. There is a user Root with all privileges, with no password and database 'aptutori_apt4' n exists on phpmyadmin The project loads if it doesnt need the database but this is what I get error: sqlstate[hy000] [1049] unknown database 'aptutori_apt4' I cant connect the database! Is the host setting wrong ? 'Datasources' => [ 'default' => [ 'className' => 'Cake\Database\Connection',