0

I am trying to Automate Import/Export process of Azure MySQL DB. Unlike Azure SQL DB I don't find the Azure PowerShell command or through Azure portal to perform Import/Export of Database. I want to have a script which can automate import/Export process of Azure MySQL DB. I have referred Azure official doc and they are using other tool like MySQL workbench, which will not give the direct solution like Azure SQL DB. Please help.

Nitesh Singh
  • 338
  • 3
  • 10

1 Answers1

0

There is no Powershell command for Azure MySQL DB import/export. While MySQL Workbench is one way, but since you are looking for automation, you can consider dump and restore using mysqldump cmd tool (can be found here).

krishg
  • 5,935
  • 2
  • 12
  • 19