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
When running the test task Remove MySQL test database with molecule towards Debian and Ubuntu hosts, you receive the following warning:
TASK [geerlingguy.mysql : Remove MySQL test database.] *************************
[WARNING]: Support of mysqlcline/MySQLdb connector is deprecated. We'll stoptesting against it in collection version 4.0.0 and remove the related code in5.0.0. Use PyMySQL connector instead.
The fix for this would be moving the Debian packages to python3-pymysql instead of python3-mysqldb.
I will create a merge request for this that should fix this.
The text was updated successfully, but these errors were encountered:
tolecnal
added a commit
to tolecnal/ansible-role-mysql
that referenced
this issue
Dec 16, 2024
When running the test task
Remove MySQL test database
with molecule towards Debian and Ubuntu hosts, you receive the following warning:The fix for this would be moving the Debian packages to
python3-pymysql
instead ofpython3-mysqldb
.I will create a merge request for this that should fix this.
The text was updated successfully, but these errors were encountered: