database 配置說明

2018-11-27 16:03 更新

數(shù)據(jù)庫(kù)配置說明

return[
    //單獨(dú)實(shí)例配置 默認(rèn) default
    'default'=>[
        //實(shí)例驅(qū)動(dòng) 默認(rèn) mysql
        'driver'    => 'mysql',
        //主機(jī)地址
        'host'      => 'localhost',
        //數(shù)據(jù)庫(kù)
        'database'  => 'test',
        //用戶名
        'username'  => 'root',
        //密碼
        'password'  => 'root',
        //端口
        'port'      => 3306,
        //字符集
        'charset'   => 'utf8',
        //表前綴
        'prefix'    => ''
    ]
];

coffee db驅(qū)動(dòng) 支持隨時(shí)切庫(kù),多庫(kù)并存,多實(shí)例配置。

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)