12345678910111213 |
- <?php
- return array(
- 'DB_TYPE' => 'mysql', // 数据库类型
- 'DB_HOST' => '127.0.0.1', // 服务器地址
- 'DB_NAME' => '数据库库名', // 数据库名-起点营销微信:yshihai
- 'DB_USER' => '用户名', // 用户名-起点营销微信:yshihai
- 'DB_PWD' => '密码', // 密码-起点营销微信:yshihai
- 'DB_PORT' => '3306', // 端口
- 'DB_PREFIX' => 'oscshop_', // 数据库表前缀
- );
- ?>
|