Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace mysql connector package in preparation of ansible mysql modules 4.x #1

Closed
raypappa opened this issue Dec 13, 2024 · 1 comment

Comments

@raypappa
Copy link

Ansible is deprecating use of this client, the new package would be python3-pymysql

I see this in my playbook runs

Warning: : Support of mysqlcline/MySQLdb connector is deprecated. We'll stop
testing against it in collection version 4.0.0 and remove the related code in
5.0.0. Use PyMySQL connector instead.

ansible-collections/community.mysql#654
ansible-collections/community.mysql#646

Given that 3.x has been out since 2021, I would say that 4.x is probably going to be soon-ish.

@xolyu xolyu closed this as completed in a801fa0 Dec 18, 2024
@xolyu
Copy link
Owner

xolyu commented Dec 18, 2024

Thank you for this information.
I have replaced the requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants