|
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "root";
$db['default']['database'] = "iiado";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = FALSE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
//$db['default']['port'] = 3306;
手册上写
port - 数据库端口号. 当前只用于 Postgre 驱动程序. 要使用这个值,你应该添加一行代码到数据库配置数组。
我的数据库带有一个port,数据库是mysql,我该怎么办呀? |
|