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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
LB-Tech
Helper I
Helper I

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
StrahinjaRodic
Microsoft Employee
Microsoft Employee

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

LB-Tech
Helper I
Helper I

Any other way without using azure databases for mysql?

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

Free Fabric Certifications

Free Fabric Certifications

Get Fabric certified for free! Don't miss your chance.

January Fabric Update Carousel

Fabric Monthly Update - January 2026

Check out the January 2026 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors