Python – Put data in MySQL into Azure Blob Storage No.102
How to put the results of select query for MySQL into Azure Blob Storage using Python is shown in this blog. ▼1. Saving data in MySQL into Azure Blob Storage In the past, how to save data in MySQL into a local file using Python was shown in the following blog. in this case, the target of saving data is Azure Blob Storage. Python – Save data of MySQL into a local file No.99 ▼2. Prerequisites How to create an environment to run python code for MySQL is shown in this blog. Python – Connect to MySQL on Ubuntu 20.04 by pyodbc No.98 ▼3. Python code to save data in … Continue reading “Python – Put data in MySQL into Azure Blob Storage No.102”