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 creating a new user using mysql_user module I cannot add extra options to user created such as MAX_USER_CONNECTIONS,MAX_CONNECTIONS_PER_HOUR etc...
Copied from ansible/ansible#26581
Initially reported by @mohsenSy
ISSUE TYPE
COMPONENT NAME
mysql_user
ANSIBLE VERSION
OS / ENVIRONMENT
Ubuntu16.04 managing Ubuntu14.04
SUMMARY
When creating a new user using mysql_user module I cannot add extra options to user created such as MAX_USER_CONNECTIONS,MAX_CONNECTIONS_PER_HOUR etc...
STEPS TO REPRODUCE
This can be used to setup resource limits for new users as described in this web page: https://dev.mysql.com/doc/refman/5.7/en/user-resources.html
EXPECTED RESULTS
A new user called mohsen should be created and it must be limited to 50 total connections
The text was updated successfully, but these errors were encountered: