[ 'db' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=120.79.11.71;dbname=dacms_dev', 'username' => 'dacms_dev', 'password' => 'HS8wRyTT2sKeLdAJ', 'charset' => 'utf8', 'tablePrefix' => '', 'attributes' => [ // use a smaller connection timeout PDO::ATTR_TIMEOUT => 10, //使用长链接 PDO::ATTR_PERSISTENT => false, ], ], ], ]; return $config;