cakePHP/DB設定

config/app.php
'Datasources' => [
    'default' => [
        …(中略)…            
        //'port' => 'non_standard_port_number',
        'username' => 'root',
        'password' => '',
        'database' => 'test',
        'encoding' => 'utf8',
        'timezone' => 'UTC',
        'flags' => [],
        'cacheMetadata' => true,
        'log' => true,