database 配置說(shuō)明

2018-11-27 16:03 更新

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

  1. return[
  2. //單獨(dú)實(shí)例配置 默認(rèn) default
  3. 'default'=>[
  4. //實(shí)例驅(qū)動(dòng) 默認(rèn) mysql
  5. 'driver' => 'mysql',
  6. //主機(jī)地址
  7. 'host' => 'localhost',
  8. //數(shù)據(jù)庫(kù)
  9. 'database' => 'test',
  10. //用戶名
  11. 'username' => 'root',
  12. //密碼
  13. 'password' => 'root',
  14. //端口
  15. 'port' => 3306,
  16. //字符集
  17. 'charset' => 'utf8',
  18. //表前綴
  19. 'prefix' => ''
  20. ]
  21. ];

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

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)