Skip to content

Commit 26e1a2d

Browse files
Merge pull request #4481 from moabuham/patch-24
Add retired MySQL plugins support section
2 parents 1384ded + a812ed1 commit 26e1a2d

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

articles/mysql/concepts-version-policy.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ description: Describes the policy around MySQL major and minor versions in Azure
44
author: xboxeer
55
ms.author: yuzheng1
66
ms.reviewer: maghan
7-
ms.date: 06/27/2025
7+
ms.date: 03/27/2026
88
ms.service: azure-database-mysql
99
ms.subservice: flexible-server
1010
ms.topic: concept-article
1111
ms.custom:
1212
- fasttrack-edit
13-
- ignite-2024
1413
---
1514

1615
# Azure Database for MySQL version support policy
@@ -24,7 +23,7 @@ Azure Database for MySQL was developed from the [MySQL Community Edition](https:
2423
Azure Database for MySQL currently supports the following major and minor versions of MySQL:
2524

2625
| Version | Current minor version | Release status |
27-
| :--- | :--- | :--- |
26+
| --- | --- | --- |
2827
| MySQL Version 5.7 | [5.7.44](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-44.html) | GA |
2928
| MySQL Version 8.0 | [8.0.42](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-42.html) | GA |
3029
| 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
5554

5655
> [!NOTE]
5756
> 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+
>
5958
> Servers in stopped state will not be charged for extended support. The charge will only apply to servers in succeeded state.
60-
>
59+
>
6160
> Pricing is available on the [pricing page](https://azure.microsoft.com/pricing/details/mysql/?cdn=disable)
6261
6362
## Innovation release version support
@@ -77,10 +76,17 @@ The following restrictions apply only after the extended support period has ende
7776

7877
- 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.
7978
- 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.
8180
- 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.
8281
- 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.
8382

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+
8490
## Frequently asked questions (FAQ)
8591

8692
__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?__
117123

118124
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.
119125

120-
__Q: What is Azure Database for MySQL Extended Support?__
126+
__Q: What is Azure Database for MySQL - Extended Support?__
121127

122128
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.
123129

0 commit comments

Comments
 (0)