Commit a2cd1f13 authored by 734642908@qq.com's avatar 734642908@qq.com

e

parent 9d53ca61
...@@ -15,7 +15,7 @@ return array( ...@@ -15,7 +15,7 @@ return array(
'DB_PORT' => '3306', 'DB_PORT' => '3306',
'DB_PREFIX' => '', 'DB_PREFIX' => '',
'DB_CHARSET' => 'utf8', 'DB_CHARSET' => 'utf8',
'DB_PARAMS' => array(\PDO::ATTR_CASE => \PDO::CASE_NATURAL), 'DB_PARAMS' => array(\PDO::ATTR_CASE => \PDO::CASE_NATURAL,\PDO::ATTR_PERSISTENT => true),
'DB_DEBUG'=>true 'DB_DEBUG'=>true
), ),
'MYNAME' => 'Index', 'MYNAME' => 'Index',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment