How to connect to MySQL and PostgreSQL azure databases in Java
•
Java
Only two new azure services, azure database for MySQL and PostgreSQL, have been released. As a java developer, I want to know how to connect them. Is the regular jdbc driver still useful?
Solution
Use the existing driver / SDK to access MySQL and Postgres as a service Just get the connection string from the portal and connect
After creating the database instance, you will see all connection strings in the portal:
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码