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 *.*.
2015-05-26 12:56:08 -05:00
..
__init__.py
mysql_db.py
mysql_user.py Only revoke actually granted permissions, not 'ALL'. 2015-05-26 12:56:08 -05:00
mysql_variables.py