mirror of https://github.com/ansible/ansible.git
[stable-2.7] Migrate from MySQLdb to PyMySQL (#40123)
* Migrate from MySQLdb to PyMySQL
* Deduplicate driver loading and failure message
* Explain requirements
* Apply requirements docs change to proxysql too
* Add changelog.
(cherry picked from commit d34cf93f1a
)
Co-authored-by: Daniel Speichert <DSpeichert@users.noreply.github.com>
pull/46706/head
parent
547be8c957
commit
bc08cf12ea
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- mysql_*, proxysql_* - PyMySQL (a pure-Python MySQL driver) is now a preferred dependency also supporting Python 3.X.
|
Loading…
Reference in New Issue