/**
* DB数据库服务器集群
*/
'servers' => array(
'db_mall' => array( //服务器标记
'host' => 'localhost', //数据库域名
'name' => 'localhost', //数据库名字
'user' => 'root', //数据库用户名
'password' => 'localhost..', //数据库密码
'port' => '3306', //数据库端口
'charset' => 'UTF8', //数据库字符集
),
'db_play' => array( //服务器标记
'host' => 'localhost', //数据库域名
'name' => 'localhost', //数据库名字
'user' => 'root', //数据库用户名
'password' => 'localhost..', //数据库密码
'port' => '3306', //数据库端口
'charset' => 'UTF8', //数据库字符集
),
),
不知道在哪设置 请大神帮助
3 个回复
dogstar - PhalApi创始人
赞同来自: netimp
netimp - 80IT男爱好女
赞同来自:
Forever°
赞同来自: