From the course: Azure Database for MySQL

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Tutorial: Connect and query from your applications

Tutorial: Connect and query from your applications - Azure Tutorial

From the course: Azure Database for MySQL

Tutorial: Connect and query from your applications

(upbeat music playing) - In the previous episode, we learned what it means to develop applications with Azure Database for MySQL Flexible Server. In this episode and the next two, we will cover some detailed tutorials and demos. So first, let's get started by understanding how to connect and query Flexible Server using your applications. Here is a brief overview of what we will cover in this episode. In the first section, let's get our Flexible Server up and running and have the database ready for our application to connect to. And then let's get the required connection information. As you learned in the previous episode, you can use any of these languages and more like Ruby, React, Go, C++ et cetera, to connect to Flexible Server. But in this episode, we will only cover tutorials to connect using PHP, Python, and Java. So, we'll get our application environment ready, establish a connection from the application, and…

Contents