123456789101112131415161718192021222324252627 |
- <?php
- return array
- (
- # default database config
- 'default' => array
- (
- 'type' => 'mysql',
- 'host' => 'rds9s952vv45p7721k81.mysql.rds.aliyuncs.com:3306',//read,update
- 'database' => 'zhinongyun',
- 'username' => 'xinnongyun',
- 'password' => 'xinnongbaohe',
- 'charset' => 'utf8'
- ),
- /*
- 'manage' => array
- (
- 'type' => 'mysql',
- 'host' => 'localhost:3306,localhost:3306',//read,update
- 'database' => 'mazephp',
- 'username' => 'root',
- 'password' => '123456',
- 'charset' => 'utf8'
- )
- */
-
- );
|