根目录下caches/configs/database.php,database.php文件内容如下:
<?php
return array (
'default' => array (
'hostname' => 'localhost',
'database' => 'zb',
'username' => 'root',
'password' => 'root',
'tablepre' => 'yf_',
'charset' => 'utf8',
'type' => 'mysql',
'debug' => true,
'pconnect' => 0,
'autoconnect' => 0
),
);
?>
大型站长资讯类网站! https://www.0739zz.cn