fix connection arguments for MySQLdb <2.0 !=1.0 (#553)

* fix connection arguments for MySQLdb <2.0 !=1.0

* add changelog fragment

---------

Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
This commit is contained in:
betanummeric 2023-05-23 15:32:21 +02:00 committed by Laurent Indermuehle
parent 06c68bd30c
commit 8c84df4fa3
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with MySQLdb < 2.0.0 (https://github.com/ansible-collections/community.mysql/pull/553).