SESSION_DB配置

注:该文件仅在“SESSION配置中适配器类型为db时生效。

配置文件:

db_session.php

配置说明:

return array(
            'driver' => 'mysql',                              //
数据库驱动类型
            'host' => 'localhost',                            //
数据库服务器
            'port' => 3306,                                   //
数据库服务器端口
            'username' => 'cmstop',                      //
数据库帐号
            'password' => '*********',                    //
数据库密码
            'dbname' => 'cmstop',             //
数据库名称
            'table' => 'cmstop_session',                 //SESSION
数据表名
            'pconnect' => 0,                                 //
是否持久连接
            'charset' => 'utf8'                               //
数据编码
);



Copyright ©2009 - 2014 CmsTop.Com.All rights reserved.
思拓合众