phpcms数据库配置文件位置

来源:互联网 发布:广电网络宽带电话 编辑:程序博客网 时间:2024/05/16 23:54

根目录下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
),
);


?>

0 0
原创粉丝点击