Hey everyone..
Does some one how to setup the settings at the $db. I'm getting an error:::
Unable to connect to your database server using the provided settings.
The server's ip address is 192.168.0.109
I can make a connection and see Apache and mysql when I open this address http:\SERVER
The mysql is not working when is have to reload the php in browser in this PHP code
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
$active_group = "default";
$active_record = TRUE;
$db['default']['hostname'] = "192.168.0.192:3306";
$db['default']['username'] = "root";
$db['default']['password'] = "";
$db['default']['database'] = "new";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "new_";
$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";