Manage an Azure Database for MariaDB server using the Azure portal

Important

Azure Database for MariaDB is on the retirement path. We strongly recommend that you migrate to Azure Database for MySQL. For more information about migrating to Azure Database for MySQL, see What's happening to Azure Database for MariaDB?.

This article shows you how to manage your Azure Database for MariaDB servers. Management tasks include compute and storage scaling, admin password reset, and viewing server details.

Sign in

Sign in to the Azure portal.

Create a server

Visit the quickstart to learn how to create and get started with an Azure Database for MariaDB server.

Scale compute and storage

After server creation you can scale between the General Purpose and Memory Optimized tiers as your needs change. You can also scale compute and memory by increasing or decreasing vCores. Storage can be scaled up (however, you cannot scale storage down).

Scale between General Purpose and Memory Optimized tiers

You can scale from General Purpose to Memory Optimized and vice-versa. Changing to and from the Basic tier after server creation is not supported.

  1. Select your server in the Azure portal. Select Pricing tier, located in the Settings section.

  2. Select General Purpose or Memory Optimized, depending on what you are scaling to.

    Screenshot shows the Azure portal with Pricing tier selected and a value of Memory Optimized selected.

    Note

    Changing tiers causes a server restart.

  3. Select OK to save changes.

Scale vCores up or down

  1. Select your server in the Azure portal. Select Pricing tier, located in the Settings section.

  2. Change the vCore setting by moving the slider to your desired value.

    scale-compute

    Note

    Scaling vCores causes a server restart.

  3. Select OK to save changes.

Scale storage up

  1. Select your server in the Azure portal. Select Pricing tier, located in the Settings section.

  2. Change the Storage setting by moving the slider up to your desired value.

    scale-storage

    Note

    Storage cannot be scaled down.

  3. Select OK to save changes.

Update admin password

You can change the administrator role's password using the Azure portal.

  1. Select your server in the Azure portal. In the Overview window select Reset password.

    overview

  2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.

    Screenshot shows the Reset the password dialog box with Password and Confirm password.

  3. Select OK to save the new password.

Delete a server

You can delete your server if you no longer need it.

  1. Select your server in the Azure portal. In the Overview window select Delete.

    delete

  2. Type the name of the server into the input box to confirm that this is the server you want to delete.

    Screenshot shows a dialog that verifies whether you want to delete a database, which is irreversible.

    Note

    Deleting a server is irreversible.

  3. Select Delete.

Next steps