Welcome Guest, Not a member yet? Register   Sign In
mysql connection to RDS database
#1

Hi guys,

I am not able to connect with RDS mysql Database, but when i try using simple php code to check the connection its successful connected. I dont know why its not working from inside the Codeigniter.
here is the database.conf file 

$db['default']['hostname'] = "***************************-1.rds.amazonaws.com";
$db['default']['username'] = "***************8888b";
$db['default']['password'] = "*******************88";
$db['default']['database'] = "************888a";

$db['default']['port'] = "3306";
$db['default']['dbdriver'] = "mysqli";
$db['default']['dbprefix'] = "";
$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";

If any one there can help me
Reply
#2

(01-27-2016, 04:08 AM)Hi! Did you solve this issue? I have the same problem and I  can\t find a solution.Thanks!ankuj Wrote: Hi guys,

I am not able to connect with RDS mysql Database, but when i try using simple php code to check the connection its successful connected. I dont know why its not working from inside the Codeigniter.
here is the database.conf file 

$db['default']['hostname'] = "***************************-1.rds.amazonaws.com";
$db['default']['username'] = "***************8888b";
$db['default']['password'] = "*******************88";
$db['default']['database'] = "************888a";

$db['default']['port'] = "3306";
$db['default']['dbdriver'] = "mysqli";
$db['default']['dbprefix'] = "";
$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";

If any one there can help me
Reply
#3

Try changing db_debug to FALSE
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB