显示“禁止访问目录”。在codeigniter中,但它在本地系统中工作

时间:2017-11-22 06:01:13

标签: mysql

       this is the Database.php file

它在localhost中工作但不在服务器中工作? 这是在codeigniter框架中

     $active_group = 'default';
          $active_record = TRUE;
         $db['default']['hostname'] = 'localhost';
           $db['default']['username'] = 'gigaforc_bmo';
         $db['default']['password'] = 'bmo@optus';
          $db['default']['database'] = 'gigaforc_buildmyoffers';
          $db['default']['dbdriver'] = 'mysql';
         $db['default']['dbprefix'] = 'op_';
         $db['default']['pconnect'] = TRUE;
         $db['default']['db_debug'] = TRUE;
        $db['default']['cache_on'] = FALSE;
        $db['default']['cachedir'] = '';
          $db['default']['char_set'] = 'utf8';
            $db['default']['dbcollat'] = 'utf8_general_ci';
          $db['default']['swap_pre'] = '';
          $db['default']['autoinit'] = TRUE;
           $db['default']['stricton'] = FALSE;

0 个答案:

没有答案