根目录下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
),
);
?>
phpcms数据库设置文件位置
根目录下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, pconnec
本文来自网络,不代表站长网立场,转载请注明出处:https://www.zwzz.com.cn/html/jianzhan/jy/2021/1217/38149.html