mysql - Connecting Symfony website to Amazon relational database -


i working on symfony website , want connect remote rds on amazon on running select queries fetch data every time page refreshes.

is there easy way so? reading doctrine didn't how use remote database. possible without using doctrine?

amazon rds meta-layer manage database server itself. assume want create database, e.g. in mysql, on amazon rds , use database symfony , doctrine.

if true, simple: in app/config/parameters.yml file, have various database_* parameters. set database_host ip address or domain of db server provided amazon, set correct user/password/port, , you're ready go.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -