ansible/library
Stijn Tintel 767c208e6c Fix MySQL 5.6 compatibility
In MySQL 5.6, the root account created by default during MySQL
installation has the PROXY ... WITH GRANT OPTION privilege for ''@'',
that is, for all users.

The mysql_user module tries to revoke this privilege, but this fails:
_mysql_exceptions.ProgrammingError: (1064, "You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '''@'' FROM 'root'@'localhost''
at line 1")

Quick fix: don't revoke privilege if user is root and the privilege to
revoke contains PROXY.
2013-06-11 15:00:14 +02:00
..
cloud pep8 fixes 2013-06-01 12:29:03 -04:00
commands No need to expanduser() command's chdir argument twice 2013-05-29 17:05:11 +02:00
database Fix MySQL 5.6 compatibility 2013-06-11 15:00:14 +02:00
files lineinfile example: /etc/host[s] 2013-06-05 13:54:37 -04:00
internal
inventory
messaging Update rabbitmq_user/vhost/parameter to pass the node to rabbitmqctl using -n flag to rabbitmqctl rather than setting the environment variable. 2013-05-26 14:51:50 +01:00
monitoring Fix version added field in modules. 2013-05-29 18:56:48 -04:00
net_infrastructure Add newline at end of file 2013-05-11 17:21:29 -04:00
network Docs standardization 2013-06-01 12:13:21 -04:00
notification quick and dirty fix for irc module - shadowIRCd discards unbuffered 2013-06-05 17:12:44 -07:00
packaging Rename module 2013-06-08 14:18:31 -04:00
source_control Docs standardization 2013-06-01 12:15:19 -04:00
system Use get_bin_path for blkid and add some aliases to the filesystem module. 2013-06-10 10:39:19 -04:00
utilities Doc standardization 2013-06-01 18:42:03 -04:00
web_infrastructure Standardize docs 2013-06-01 18:36:44 -04:00