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 Some more module categorization. 2014-11-04 17:23:22 -05:00
mysql_db.py Merge pull request #1417 from fdupoux/mysql-db-use-python-pipelines 2015-05-25 18:15:54 -07:00
mysql_user.py Only revoke actually granted permissions, not 'ALL'. 2015-05-26 12:56:08 -05:00
mysql_variables.py Escape mysql identifiers 2014-11-25 01:46:09 -08:00