Azure database connection string with zend + doctrine -
i have website using zend , doctrine , working properly.
now want move application microsoft azure.
i have created web app , database instance @ "azure database mysql server - preview". when trying connect webapp it, showing me error :
"the connection string may not right. please visit portal references"
after googling found azure support database connection in connection string format problem how can use in case.
i using format connect db.
doctrine.dsn = "mysql://db_user_name:db_password@db_host_name/db_name" i using above in application.ini file.
please suggest how can modify above can connect database.
thanks.
Comments
Post a Comment