霓虹晚照

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

//配置文件 Config.php

1 // 默认使用数据库配置 *****************************************
2 
3 $Config['ConnectTag'] = 'default';                // Mysql连接标识 可同时进行多连接
4 $Config['Host'] = 'localhost';                    // Mysql主机地址
5 $Config['User'] = 'root';                        // Mysql用户
6 $Config['Password'] = '123456';                // Mysql密码
7 $Config['DBname'] = 'test';                            // 数据库名称
// 默认使用数据库配置 *****************************************

$Config['ConnectTag'] = 'default';				// Mysql连接标识 可同时进行多连接
$Config['Host'] = 'localhost';					// Mysql主机地址
$Config['User'] = 'root';						// Mysql用户
$Config['Password'] = '123456';				// Mysql密码
$Config['DBname'] = 'test';							// 数据库名称

  

posted on 2014-03-21 11:23  霓虹晚照  阅读(542)  评论(0)    收藏  举报