用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3341|回复: 1
收起左侧

[HELP] Unable to select the specified database:

[复制链接]
发表于 2015-9-16 15:37:36 | 显示全部楼层 |阅读模式
网站放在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, 改了也不行
求助



发表于 2015-9-16 18:14:23 | 显示全部楼层
说你数据库不存在。

本版积分规则