You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/concepts-version-policy.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,12 @@ description: Describes the policy around MySQL major and minor versions in Azure
4
4
author: xboxeer
5
5
ms.author: yuzheng1
6
6
ms.reviewer: maghan
7
-
ms.date: 06/27/2025
7
+
ms.date: 03/27/2026
8
8
ms.service: azure-database-mysql
9
9
ms.subservice: flexible-server
10
10
ms.topic: concept-article
11
11
ms.custom:
12
12
- fasttrack-edit
13
-
- ignite-2024
14
13
---
15
14
16
15
# Azure Database for MySQL version support policy
@@ -24,7 +23,7 @@ Azure Database for MySQL was developed from the [MySQL Community Edition](https:
24
23
Azure Database for MySQL currently supports the following major and minor versions of MySQL:
25
24
26
25
| Version | Current minor version | Release status |
27
-
|:--- |:--- |:--- |
26
+
| --- | --- | --- |
28
27
| MySQL Version 5.7 |[5.7.44](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-44.html)| GA |
29
28
| MySQL Version 8.0 |[8.0.42](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-42.html)| GA |
30
29
| MySQL Version 8.4 |[8.4.5](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html)| GA |
@@ -55,9 +54,9 @@ During the Extended Support period, Microsoft prioritizes the service's availabi
55
54
56
55
> [!NOTE]
57
56
> Extended Support is automatically applied and charged to servers running on legacy MySQL versions after standard Support ends. To opt out of Extended Support and avoid charges, customers must upgrade to a supported major version of the software. For more information or to provide feedback, contact [Ask Azure Database For MySQL](mailto:AskAzureDBforMySQL@service.microsoft.com).
58
-
>
57
+
>
59
58
> Servers in stopped state will not be charged for extended support. The charge will only apply to servers in succeeded state.
60
-
>
59
+
>
61
60
> Pricing is available on the [pricing page](https://azure.microsoft.com/pricing/details/mysql/?cdn=disable)
62
61
63
62
## Innovation release version support
@@ -77,10 +76,17 @@ The following restrictions apply only after the extended support period has ende
77
76
78
77
- No further security or support updates are provided for the retired version. Azure Database for MySQL can't patch the retired database engine for any bugs or security issues, and support for database engine-related issues are no longer be available. However, Azure continues performing periodic maintenance and patching for the host, OS, containers, and other service-related components.
79
78
- You can't create new database servers for the retired version. However, you can perform point-in-time recoveries and create read replicas for your existing servers.
80
-
New service capabilities developed by Azure Database for MySQL might only be available for supported database server versions.
79
+
New service capabilities developed by Azure Database for MySQL might only be available for supported database server versions.
81
80
- Uptime S.L.A.s apply solely to Azure Database for MySQL service-related issues and not to any downtime caused by database engine-related bugs.
82
81
- In the extreme event of a serious threat to the service caused by the MySQL database engine vulnerability identified in the retired database version, Azure might choose to stop the compute node of your database server from securing the service first. You're asked to upgrade the server before bringing it online. During the upgrade process, your data is always protected by automatic backups performed on the service, which can be used to restore it to an older version if desired.
83
82
83
+
## Retired MySQL plugins support in Azure Database for MySQL
84
+
85
+
- According to the MySQL public documentation, the [mysql_native_password](https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html) authentication plugin was deprecated in MySQL 8.0.34. However, this plugin remains enabled in Azure Database for MySQL across all versions in Azure database for MySQL.
86
+
- For MySQL 8.4, the caching_sha2_password plugin is the default authentication plugin. All new user accounts use the caching_sha2_password plugin for authentication.
87
+
Existing user accounts that use the mysql_native_password plugin will continue to be supported.
88
+
- It is recommended to change the authentication plugin for the existing user accounts to caching_sha2_password authentication plugin instead of the mysql_native_password plugin either before or after upgrade to MySQL 8.4.
89
+
84
90
## Frequently asked questions (FAQ)
85
91
86
92
__Q: What happens if I don't upgrade my Azure Database for MySQL server to a supported major version after standard support ends?__
@@ -117,7 +123,7 @@ __Q: What happens to my data during the upgrade?__
117
123
118
124
A: While your data remains unaffected during the upgrade process, it's highly advisable to create a backup before proceeding with the upgrade. This precautionary measure helps mitigate the risk of potential data loss due to any unforeseen complications.
119
125
120
-
__Q: What is Azure Database for MySQL – Extended Support?__
126
+
__Q: What is Azure Database for MySQL - Extended Support?__
121
127
122
128
A: Extended Support is a feature offering that allows customers to continue running MySQL versions that have reached community end-of-life (end of support), with continued access to SLA-backed availability, security updates, and technical support.
0 commit comments