Create and manage databases for Azure Database for MySQL - Flexible Server

This article contains information about creating, listing, and deleting MySQL databases on Azure Database for MySQL Flexible Server.

Prerequisites

Before completing the tasks, you must have

List your databases

To list all your databases on Azure Database for MySQL Flexible Server:

  • Open the Overview page of your Azure Database for MySQL Flexible Server instance.
  • Select Databases from the settings on left navigation menu.

Screenshot showing how to list all the databases on Azure Database for MySQL Flexible Server.

Create a database

To create a database on Azure Database for MySQL Flexible Server:

  • Select Databases from the settings on left navigation menu.
  • Select Add to create a database. Provide the database name, charset and collation settings for this database.
  • Select Save to complete the task.

Screenshot showing how to create a database on Azure Database for MySQL Flexible Server.

Delete a database

To delete a database on Azure Database for MySQL Flexible Server:

  • Select Databases from the settings on left navigation menu.
  • Select testdatabase1 to select the database. You can select multiple databases to delete at the same time.
  • Select Delete to complete the task.

Screenshot showing how to delete a database on Azure Database for MySQL Flexible Server.

Next step