# @Date: 1970-01-01T08:00:00+08:00 # @Email: fm453@hiluker.com # @Last modified by: Fm453 # @Last modified time: 2021-09-15T00:14:24+08:00 $config = [ 'components' => [ '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;