File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,20 @@ The MySQL module manages both the installation and configuration of MySQL as
23
23
well as extends Pupppet to allow management of MySQL resources, such as
24
24
databases, users, and grants.
25
25
26
+ ##Backwards Compatibility
27
+
28
+ This module has just undergone a very large rewrite. As a result it will no
29
+ longer work with the previous classes and configuration as before. We've
30
+ attempted to handle backwards compatibility automatically by adding a
31
+ ` attempt_compatibility_mode ` parameter to the main mysql class. If you set
32
+ this to true it will attempt to map your previous parameters into the new
33
+ mysql::globals class.
34
+
35
+ ###WARNING
36
+
37
+ This may fail. It may eat your MySQL server. PLEASE test it before running it
38
+ live. Even if it's just a no-op and a manual comparision. Please be careful!
39
+
26
40
##Setup
27
41
28
42
###What MySQL affects
73
87
You can just make an entry like thing => true in the hash. MySQL doesn't
74
88
care if thing is alone or set to a value, it'll happily accept both.
75
89
90
+ ###Custom configuration
91
+
92
+ To add custom mysql configuration you can drop additional files into
93
+ /etc/mysql/conf.d/ in order to override settings or add additional ones (if you
94
+ choose not to use override_options in mysql::globals). This location is
95
+ hardcoded into the my.cnf template file.
96
+
76
97
##Reference
77
98
78
99
###Classes
You can’t perform that action at this time.
0 commit comments