Unable to read back up database file (has weird characters) and unable to import this file into azure data studio.

Mortaza Sahar 1 Reputation point
2020-06-02T01:48:54.007+00:00

I have been struggling with this for a while. The documentation that is available is very confusing an not relevant.

I am using a Mac operating system and have installed the latest version of azure data studio.

When I open the back up file it is not readable. Like shown below.

8982-microsoft-support.png

I want to be able to import it as a new database in azure data studio. I have tried converting it into a .bak file and uploading it in a docker container and then importing the data base, but this has failed.

Thank You

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
713 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Ubezzi 2,776 Reputation points
    2020-06-02T22:31:32.3+00:00

    Hi @Mortaza Sahar ,

    Azure Data Studio is not intended to replace the database platform server functionality. Azure Data Studio is intended to allow you to connect to the database specific server instance and like SQL Server Management Studio, interact with and manage a database instance. You will need to install the applicable Azure Data Studio extension(s) in addition to Azure Data Studio itself. Please see: Azure Data Studio Extensions

    This tutorial will be useful: Quickstart: Use Azure Data Studio to connect and query SQL Server

    Regards,
    Mike