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