Link Zend Framework 1.12 on Azure with a database on Azure

256 views Asked by At

I have a website, which i've built it with Zend Framework 1.12. Locally, i have set these parameters into application.ini file:

 resources.db.adapter = "pdo_mysql"
 resources.db.params.host = "localhost"
 resources.db.params.port = 3306
 resources.db.params.username = "root"
 resources.db.params.password = "root188"
 resources.db.params.dbname = "sgalpha"
 resources.db.isDefaultTableAdapter = true

I've uploaded this website to the Azure platform and i did the same with the database. My problem starts when i am trying to change the parameters in order to link the new database (on Azure) with the website (on Azure, as well).

Any advice please?

0

There are 0 answers