You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/database/mysql
Robin Miller 74b7ce9dcf Only revoke actually granted permissions, not 'ALL'.
This prevents errors when the login_user does not have 'ALL'
permissions, and the 'priv' value contains fewer permissions than are
held by an existing user. This is particularly an issue when using an
Amazon Web Services RDS instance, as there is no (accessible) user with
'ALL' permissions on *.*.
9 years ago
..
__init__.py Some more module categorization. 10 years ago
mysql_db.py Merge pull request #1417 from fdupoux/mysql-db-use-python-pipelines 9 years ago
mysql_user.py Only revoke actually granted permissions, not 'ALL'. 9 years ago
mysql_variables.py Escape mysql identifiers 10 years ago