We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently login_user, login_password et al are mandatory, parse ~/.my.cnf just like https://github.com/ansible/ansible-modules-core/blob/devel/database/mysql/mysql_db.py
The text was updated successfully, but these errors were encountered:
Use MySQLdb.connect parameter as done in the fork: ulrikkold@46f6c11
Or, even better, use the ansible util-function mysql_connect like the core mysql_db does after importing.
Sorry, something went wrong.
I would really appreciate this feature.
Hey scuben, thanks for your interest and your input. I will try to allocate some time to implement this feature.
No branches or pull requests
Currently login_user, login_password et al are mandatory, parse ~/.my.cnf just like https://github.com/ansible/ansible-modules-core/blob/devel/database/mysql/mysql_db.py
The text was updated successfully, but these errors were encountered: