vampirer 发表于 2015-9-16 15:37:36

Unable to select the specified database:

网站放在linux上报错,A Database Error OccurredUnable to select the specified database: cxzgmFilename: controllers/Vote.phpLine Number: 7Vote.php是首页$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, 改了也不行求助


gogogo1027 发表于 2015-9-16 18:14:23

说你数据库不存在。
页: [1]
查看完整版本: Unable to select the specified database: