CakePHP4でデータベースに接続する方法【初期設定】

file
↓↓↓↓
file

以下の3行をDatasourcesのDefaultに追加します。

'username' => 'root',
'password' => '',
'database' => 'my_table',

    'Datasources' => [
        /*
         * These configurations should contain permanent settings used
         * by all environments.
         *
         * The values in app_local.php will override any values set here
         * and should be used for local and per-environment configurations.
         *
         * Environment variable based configurations can be loaded here or
         * in app_local.php depending on the applications needs.
         */
        'default' => [

            'username' => 'root',
            'password' => '',

            'database' => 'yyypppffff',

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です