3
3
# Use Python to query data in Azure Database for MySQL
4
4
#### PART 1: Create an Azure Database for MySQL server via the Azure portal
5
5
<p >
6
- <a href =" https://foteinisavvidou.azurewebsites.net /create-an-azure-database-for-mysql-server-via-the-azure-portal/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
6
+ <a href =" https://sfoteini.github.io/blog /create-an-azure-database-for-mysql-server-via-the-azure-portal/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
7
7
</p >
8
8
9
9
In this tutorial, you will learn how to create an Azure Database for MySQL single server, create a new database and configure firewall rules.
10
10
11
11
#### PART 2: Connect to Azure Database for MySQL using Python
12
12
<p >
13
- <a href =" https://foteinisavvidou.azurewebsites.net /connect-to-azure-database-for-mysql-using-python/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
13
+ <a href =" https://sfoteini.github.io/blog /connect-to-azure-database-for-mysql-using-python/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
14
14
<a href =" db1.py " target =" _blank " ><img src =" https://img.shields.io/badge/Code-critical?style=for-the-badge " alt =" Source code " ></a >
15
15
</p >
16
16
17
17
In this tutorial, you will learn how to connect to your Azure Database for MySQL using Python and Visual Studio Code.
18
18
19
19
#### PART 3: Use Python to manipulate data in Azure Database for MySQL
20
20
<p >
21
- <a href =" https://foteinisavvidou.azurewebsites.net /use-python-to-manipulate-data-in-azure-database-for-mysql/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
21
+ <a href =" https://sfoteini.github.io/blog /use-python-to-manipulate-data-in-azure-database-for-mysql/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
22
22
<a href =" db2.py " target =" _blank " ><img src =" https://img.shields.io/badge/Code-critical?style=for-the-badge " alt =" Source code " ></a >
23
23
</p >
24
24
25
25
This tutorial will show you how to use Python to create tables and manipulate data in Azure Database for MySQL.
26
26
27
27
#### PART 4: Insert data from file in Azure Database for MySQL
28
28
<p >
29
- <a href =" https://foteinisavvidou.azurewebsites.net /insert-data-from-file-in-azure-database-for-mysql/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
29
+ <a href =" https://sfoteini.github.io/blog /insert-data-from-file-in-azure-database-for-mysql/ " target =" _blank " ><img src =" https://img.shields.io/badge/Instructions-informational?style=for-the-badge " alt =" Tutorial " ></a >
30
30
<a href =" db3.py " target =" _blank " ><img src =" https://img.shields.io/badge/Code-critical?style=for-the-badge " alt =" Source code " ></a >
31
31
</p >
32
32
@@ -37,5 +37,5 @@ In this tutorial, you will use SQL statements to manipulate data in Azure Databa
37
37
<br >
38
38
<br >
39
39
<p align =" center " >
40
- <em >Originally published at <a href =" https://foteinisavvidou.azurewebsites.net / " target =" _blank " >foteinisavvidou.azurewebsites.net </a ></em >
40
+ <em >Originally published at <a href =" https://sfoteini.github.io / " target =" _blank " >sfoteini.github.io </a ></em >
41
41
</p >
0 commit comments