Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
LB-Tech
New Contributor

Restoration of data dump

Hi,
I have a backup file dump MYSQL Administrator dump 1.4 so in which db can I restore this dump.
I cannot do in mysql workbench and not either in SSMS also so lease suggest me some other DB to restore this data dump.

3 REPLIES 3
Anonymous
Not applicable

Hi  @LB-Tech ,

 

Azure Database for MySQL is a managed database service that supports MySQL databases. You may try as follows to restore your dump file:

  1. Create an Azure Database for MySQL instance:

    • Go to the Azure portal and create a new Azure Database for MySQL instance.
    • Configure the necessary settings such as server name, resource group, and pricing tier.
  2. Upload your dump file:

    • Use Azure Storage to upload your dump file. You can use Azure Blob Storage for this purpose.
    • Once uploaded, you can access the file from your Azure Database for MySQL instance.
  3. Restore the dump file:

    • Connect to your Azure Database for MySQL instance using a MySQL client such as MySQL Workbench or the MySQL command-line tool.
    • Use the mysql command to restore the dump file. For example:
      mysql -h <your-server-name>.mysql.database.azure.com -u <your-username>@<your-server-name> -p <your-database-name> < <path-to-dump-file>

 

 

 

Best regards.
Community Support Team_Caitlyn

LB-Tech
New Contributor

Any other way without using azure databases for mysql?

StrahinjaRodic
New Contributor

Hey, LB-Tech, would you like to restore MySQL dump into Microsoft Fabric or you had something else on your mind here? 

Helpful resources

Announcements
Users online (2,584)