packosoft
09-16-2013, 01:54 PM
Hi,
I'm trying to put my database in AWS RDS. I have backed up with mysqldump and restore in RDS with mysql, but when I change de config data in config.php (server and user) the forum didn't works. I have tried with publicity enable and disabled with no luck.
Do you know where could it be the error?
thanks
--------------- Added 1379345640 at 1379345640 ---------------
I think my problem isn't RDS. I have change in config.php 'localhost' for the public IP of my server and I get database error again. I'm confused
--------------- Added 1379352660 at 1379352660 ---------------
ok, solved. I'm using centOS 6 and I needed to grant permissions
getsebool -a | grep 'httpd'
setsebool httpd_can_network_connect_db 1
and now it's working fine
I'm trying to put my database in AWS RDS. I have backed up with mysqldump and restore in RDS with mysql, but when I change de config data in config.php (server and user) the forum didn't works. I have tried with publicity enable and disabled with no luck.
Do you know where could it be the error?
thanks
--------------- Added 1379345640 at 1379345640 ---------------
I think my problem isn't RDS. I have change in config.php 'localhost' for the public IP of my server and I get database error again. I'm confused
--------------- Added 1379352660 at 1379352660 ---------------
ok, solved. I'm using centOS 6 and I needed to grant permissions
getsebool -a | grep 'httpd'
setsebool httpd_can_network_connect_db 1
and now it's working fine