
pradeep - 2013-11-15 05:33:13 -
In reply to message 11 from Manuel Lemos
It is not giving me any error this time after doing changes as you have suggested.
But data is not entering into my database table.
var $database = array(
'host'=>'',
'user'=>'',
'password'=>'',
'name'=>'',
'port'=>3328,
'socket'=>''
);
i have used above config.
with my own credentials but not working.