PHPCMS V9数据库配置文件路径:\caches\configs\database.php
<?php
return array (
'default' => array (
'hostname' => 'localhost',
'port' => 3306,
'database' => 'lanhaiyi1',
'username' => 'root',
'password' => '',
'tablepre' => 'pc_',
'charset' => 'utf8',
'type' => 'mysqli',
'debug' => true,
'pconnect' => 0,
'autoconnect' => 0
),
);
?>