From bbc3c13dacefb09f7caca4c665cfa87a5017ed3a Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 8 Jul 2024 09:59:41 +0200 Subject: [PATCH] Put in README that mysqlclient is deprecated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1beed4a8..98e90b2f 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ For MariaDB, only Long Term releases are tested. The MySQL modules rely on a [PyMySQL](https://github.com/PyMySQL/PyMySQL) connector. +The `mysqlclient` connector support has been [deprecated](https://github.com/ansible-collections/community.mysql/issues/654) - use `PyMySQL` connector instead! We will stop testing against it in collection version 4.0.0 and remove the related code in 5.0.0. + ## Using this collection ### Installing the Collection from Ansible Galaxy