|
1 | 1 | ---
|
2 | 2 | title: Manage server - Azure portal
|
3 | 3 | description: Learn how to manage Azure Database for MySQL - Flexible Server from the Azure portal.
|
| 4 | +author: mksuni |
| 5 | +ms.author: sumuth |
| 6 | +ms.reviewer: maghan |
| 7 | +ms.date: 05/21/2024 |
4 | 8 | ms.service: mysql
|
5 | 9 | ms.subservice: flexible-server
|
6 | 10 | ms.topic: how-to
|
7 |
| -ms.author: sumuth |
8 |
| -author: mksuni |
9 |
| -ms.date: 9/21/2020 |
10 | 11 | ---
|
11 | 12 |
|
12 | 13 | # Manage Azure Database for MySQL - Flexible Server using the Azure portal
|
13 | 14 |
|
14 |
| -[!INCLUDE[applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)] |
| 15 | +[!INCLUDE [applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)] |
15 | 16 |
|
16 | 17 | This article shows you how to manage your Azure Database for MySQL flexible server instances. Management tasks include compute and storage scaling, resetting the server administrator password, and deleting your server.
|
17 | 18 |
|
18 |
| -## Sign in |
| 19 | +## Prerequisites |
19 | 20 |
|
20 |
| -Sign in to the [Azure portal](https://portal.azure.com). Go to your Azure Database for MySQL flexible server resource in the Azure portal. |
| 21 | +- Sign in to the [Azure portal](https://portal.azure.com). |
| 22 | +- Go to your Azure Database for MySQL flexible server resource in the Azure portal. |
21 | 23 |
|
22 | 24 | ## Scale compute and storage
|
23 | 25 |
|
24 | 26 | After server creation you can scale between the various [pricing tiers](https://azure.microsoft.com/pricing/details/mysql/) as your needs change. You can also scale up or down your compute and memory by increasing or decreasing vCores.
|
25 | 27 |
|
26 | 28 | 1. Select your Azure Database for MySQL flexible server instance in the Azure portal. Select **Compute + Storage**, located in the **Settings** section.
|
27 | 29 |
|
28 |
| -2. You can change the **Compute Tier**, **vCore**, **Storage** to scale up the server using higher compute tier or scale up within the same tier by increasing storage or vCores to a value you want. |
| 30 | +1. You can change the **Compute Tier**, **vCore**, **Storage** to scale up the server using higher compute tier or scale up within the same tier by increasing storage or vCores to a value you want. |
29 | 31 |
|
30 | 32 | > [!div class="mx-imgBorder"]
|
31 |
| - > :::image type="content" source="./media/howto-manage-server-portal/scale-server.png" alt-text="Scaling storage for Azure Database for MySQL flexible server."::: |
| 33 | + > :::image type="content" source="media/howto-manage-server-portal/scale-server.png" alt-text="Screenshot of scaling storage for Azure Database for MySQL flexible server." lightbox="media/howto-manage-server-portal/scale-server.png"::: |
32 | 34 |
|
| 35 | + > [!IMPORTANT] |
| 36 | + > - Storage cannot be scaled down. |
| 37 | + > - Scaling vCores causes a server restart. |
33 | 38 |
|
34 |
| -> [!IMPORTANT] |
35 |
| - > - Storage cannot be scaled down. |
36 |
| - > - Scaling vCores causes a server restart. |
37 |
| -
|
38 |
| -3. Select **OK** to save changes. |
| 39 | +1. Select **OK** to save changes. |
39 | 40 |
|
40 | 41 | ## Reset admin password
|
41 | 42 |
|
42 | 43 | You can change the administrator role's password using the Azure portal.
|
43 | 44 |
|
44 | 45 | 1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the **Overview** window, select **Reset password**.
|
45 | 46 |
|
46 |
| -2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements. |
| 47 | +1. Enter a new password and confirm the password. The textbox prompts you about password complexity requirements. |
47 | 48 |
|
48 | 49 | > [!div class="mx-imgBorder"]
|
49 |
| - > :::image type="content" source="./media/howto-manage-server-portal/reset-password.png" alt-text="Reset your password for Azure Database for MySQL flexible server."::: |
| 50 | + > :::image type="content" source="media/howto-manage-server-portal/reset-password.png" alt-text="Screenshot of resetting your password for Azure Database for MySQL flexible server." lightbox="media/howto-manage-server-portal/reset-password.png"::: |
50 | 51 |
|
51 |
| -3. Select **Save** to save the new password. |
| 52 | +1. Select **Save** to save the new password. |
52 | 53 |
|
53 | 54 | ## Delete a server
|
54 | 55 |
|
55 | 56 | You can delete your server if you no longer need it.
|
56 | 57 |
|
57 |
| -1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the **Overview** window select **Delete**. |
| 58 | +1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the Overview window, select **Delete**. |
58 | 59 |
|
59 |
| -2. Type the name of the server into the input box to confirm that you want to delete the server. |
| 60 | +1. Type the name of the server into the input box to confirm that you want to delete the server. |
60 | 61 |
|
61 | 62 | > [!div class="mx-imgBorder"]
|
62 |
| - > :::image type="content" source="./media/howto-manage-server-portal/delete-server.png" alt-text="Delete the Azure Database for MySQL flexible server instance."::: |
| 63 | + > :::image type="content" source="media/howto-manage-server-portal/delete-server.png" alt-text="Screenshot of deleting the Azure Database for MySQL flexible server instance." lightbox="media/howto-manage-server-portal/delete-server.png"::: |
63 | 64 |
|
64 |
| - > [!NOTE] |
| 65 | + > [!IMPORTANT] |
65 | 66 | > Deleting a server is irreversible.
|
66 | 67 |
|
67 |
| -3. Select **Delete**. |
| 68 | +1. Select **Delete**. |
| 69 | + |
| 70 | +## Related content |
68 | 71 |
|
69 |
| -## Next steps |
70 | 72 | - [Learn how to start or stop a server](how-to-stop-start-server-portal.md)
|
71 | 73 | - [Learn how to restore a server](how-to-restore-server-portal.md)
|
72 | 74 | - [Troubleshoot connection issues](how-to-troubleshoot-common-connection-issues.md)
|
73 |
| - |
|
0 commit comments