Skip to content

Commit 2a1938d

Browse files
authored
Create README.md
1 parent 76c9d1d commit 2a1938d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

python-mysql-azure/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
![Header](header-mysql.png)
2+
3+
# Use Python to query data in Azure Database for MySQL
4+
#### PART 1: Create an Azure Database for MySQL server via the Azure portal
5+
<p>
6+
<a href="https://www.foteinisavvidou.codes/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+
</p>
8+
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+
11+
#### PART 2: Connect to Azure Database for MySQL using Python
12+
<p>
13+
<a href="https://www.foteinisavvidou.codes/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+
<a href="db1.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
15+
</p>
16+
17+
In this tutorial, you will learn how to connect to your Azure Database for MySQL using Python and Visual Studio Code.
18+
19+
#### PART 3: Use Python to manipulate data in Azure Database for MySQL
20+
<p>
21+
<a href="https://www.foteinisavvidou.codes/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+
<a href="db2.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
23+
</p>
24+
25+
This tutorial will show you how to use Python to create tables and manipulate data in Azure Database for MySQL.
26+
27+
28+
<br>
29+
<br>
30+
<p align="center">
31+
<em>Originally published at <a href="https://www.foteinisavvidou.codes/" target="_blank">www.foteinisavvidou.codes</a></em>
32+
</p>

0 commit comments

Comments
 (0)