网站放在linux上报错,A Database Error Occurred Unable to select the specified database: cxzgm Filename: controllers/Vote.php Line Number: 7 Vote.php是首页 [code=PHP][/code]$query_builder = TRUE; $db['default'] = array( 'dsn' => '', 'hostname' => 'localhost', 'username' => 'root', 'password' => '132123', 'database' => 'cxzgm', 'dbdriver' => 'mysql', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => TRUE, 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE );
数据库最大连接数改了,不行 'pconnect' => FALSE, 改了也不行 求助
|