Announcing Azure Database for MySQL and Azure Database for PostgreSQL availability in India

Community Manager

We’re excited to announce the public preview availability of Azure Database for MySQL and Azure Database for PostgreSQL in India data centers (Central and West India). The availability of Azure Database for MySQL and PostgreSQL services in India provides app developers the ability to choose from an even wider number of geographies, and deploy their favorite database on Azure, without the complexity of managing and administering the databases.

 

The Azure Database for MySQL and PostgreSQL, built using community edition of MySQL and PostgreSQL database offers built-in high availability, security and scaling on the fly with minimal downtime, all with an inclusive pricing model that enables developers to simply focus on developing apps. In addition, you can seamlessly migrate your existing apps without any changes and continue using existing tools.

 

screenshot-azure.microsoft.com-2017-08-18-10-18-34.png

 

Read more about it in the Azure blog

1 Reply

 

I tried configuring Azure Database for MySQL, but when I tried to connect to it using SSL certificate as per details given in link: https://docs.microsoft.com/en-us/azure/mysql/howto-configure-ssl I get following error message:

 

 mysql -h <db-name> -u <user> --ssl-ca=/home/perennial/BaltimoreCyberTrustRoot.crt.pem -p --ssl-cipher=AES256-SHA
Enter password:
ERROR 2026 (HY000): SSL connection error: SSL_CTX_set_default_verify_paths failed


Any thoughts?