Working with MySQL is possible using the built-in tools of Visual Studio, however, I advise you to use a native tool for this database:

Click the desired link:

We fall on the official download site. Scroll down:

Select the bit of your operating system:

In my case, this is Windows 10 x64:

We will be kindly offered to join the community, but this is not necessary. We can immediately go to download:

Download starts:

Run the installer:

We click "Next-Next" by ticking:

After the installation is complete, we start the MySQL Workbench:

Since we will have to connect to MySQL more than once, we will create a connection template:

Create a new template:

Go to connection options:

Now we’ll enter the data we saw in the Azure Management Console. And in order to not enter the password every time you connect, we will save it in the Workbench password storage:

Enter the password:

Now we can check whether we entered everything correctly:

Fine! Connection established:

Now when you start Workbench, we can connect to the database in one click:

Let's wait a bit:

This will open the classic database management environment. Let's pass to our DB:

As you can see, the database is empty. You can create your first table using the SQL CREATE TABLE query in the Query window:
