-
Notifications
You must be signed in to change notification settings - Fork 88
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
Can't create a mysql user with version 3.8.0 #591
Comments
I am not exactly sure what the issue is. We're using AWS RDS mariadb and it works. What RDS provider and version are you exactly using? Furthermore, you cannot set |
AWS RDS Aurora MySQL If I set community.mysql/plugins/modules/mysql_user.py Line 527 in 8dfab12
community.mysql/plugins/module_utils/user.py Lines 168 to 169 in 8dfab12
We looked the code changes between 3.7.2 and 3.8.0, and we think the error caused somehow by the change of |
I'm sorry if I introduced a regression. But it could be because latest MySQL (8.1 or 8.2 I think) deprecates mysql_native_password. If you use plugin: caching_sha2_password
plugin_hash_string: 'yourpassword-and-good-luck-with-the-non-ascii-characters' or maybe it's |
SUMMARY
Can't create a mysql user in AWS RDS database with version 3.8.0
It works with version 3.7.2
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
AWS RDS Global Database
STEPS TO REPRODUCE
EXPECTED RESULTS
User created.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: