- 25 Mar, 2013 1 commit
-
-
Remove leading/trailing single or double quotes when parsing the my.cnf file in mysql_user and mysql_db. Do this so that these modules parse the my.cnf file the same way that the mysql client does. From: http://dev.mysql.com/doc/refman/5.0/en/option-files.html You can optionally enclose the value within single quotation marks or double quotation marks, which is useful if the value contains a “#” comment character. Fixes #2405
Lorin Hochstein committed
-
- 15 Mar, 2013 2 commits
-
-
mysql_user and mysql_db both take a login_unix_socket option. This patch adds docs that describe how to use it.
Lorin Hochstein committed -
When using a .my.cnf file, when there is no user variable defined, default to the login user. This change has the mysql_user module behavior match the behavior of the mysql command-line client. Also adds an example .my.cnf to the docs.
Lorin Hochstein committed
-
- 01 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Feb, 2013 2 commits
-
-
Mark Theunissen committed
-
Mark Theunissen committed
-
- 26 Feb, 2013 1 commit
-
-
Mark Theunissen committed
-
- 22 Feb, 2013 2 commits
-
-
Till Maas committed
-
According to the MySQL docs[0] the password should be stored after 'password=' instead of 'pass='. [0] http://dev.mysql.com/doc/refman/5.1/en/password-security-user.html
Till Maas committed
-
- 16 Feb, 2013 1 commit
-
-
Blair Zajac committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 15 Nov, 2012 1 commit
-
-
Fix for #1577 (python 2.4 compliance for mysql_user), tested only for syntax, please exercise MySQL fans!
Michael DeHaan committed
-
- 09 Nov, 2012 1 commit
-
-
Yvan Cottyn committed
-
- 31 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 24 Oct, 2012 2 commits
-
-
- proper checking for with grant option (if this is not the only option the user has) - added revoking of grant option
Stijn Opheide committed -
Stijn Opheide committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 30 Sep, 2012 1 commit
-
-
- .rst now supresses default if none is set (looks better in HTML) - .rst now handles empty options list - Fixed postgresql_user and mysql_user because YAML contained colons - docs for facter
Jan-Piet Mens committed
-
- 29 Sep, 2012 1 commit
-
-
Marco Vito Moscaritolo committed
-
- 03 Aug, 2012 1 commit
-
-
Ingo Gottwald committed
-
- 01 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Jul, 2012 1 commit
-
-
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
Mark Theunissen committed
-
- 26 Jul, 2012 4 commits
-
-
Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up
Mark Theunissen committed -
Mark Theunissen committed
-
Mark Theunissen committed
-
Changing to read from a file pointer instead so that an exception is thrown if the file doesn't exist
Mark Theunissen committed
-
- 25 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 22 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 13 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-