Create and manage databases for Azure Database for MySQL - Flexible Server
APPLIES TO: 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
- Created an Azure Database for MySQL Flexible Server instance using Azure portal
or Azure CLI. - Sign in to Azure portal.
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.
Create a database
To create a database on Azure Database for MySQL Flexible Server:
- Select Databases from the settings on left navigation menu.
- Click on Add to create a database. Provide the database name, charset and collation settings for this database.
- Click on Save to complete the task.
Delete a database
To delete a database on Azure Database for MySQL Flexible Server:
- Select Databases from the settings on left navigation menu.
- Click on testdatabase1 to select the database. You can select multiple databases to delete at the same time.
- Click on Delete to complete the task.
Next steps
Learn how to manage users