File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1138,15 +1138,15 @@ Default value: `$name`
1138
1138
1139
1139
Data type: ` Any `
1140
1140
1141
- The character set for the database.
1141
+ The character set for the database. Must be set with collate to avoid corrective changes.
1142
1142
1143
1143
Default value: ` 'utf8' `
1144
1144
1145
1145
##### <a name =" collate " ></a >` collate `
1146
1146
1147
1147
Data type: ` Any `
1148
1148
1149
- The collation for the database.
1149
+ The collation for the database. Must be set with charset to avoid corrective changes.
1150
1150
1151
1151
Default value: ` 'utf8_general_ci' `
1152
1152
@@ -1556,7 +1556,7 @@ Hash a string as mysql's "PASSWORD()" function would do it
1556
1556
1557
1557
#### ` mysql::password(Variant[String, Sensitive[String]] $password, Optional[Boolean] $sensitive) `
1558
1558
1559
- Hash a string as mysql's "PASSWORD()" function would do it
1559
+ The mysql::password function.
1560
1560
1561
1561
Returns: ` Variant[String, Sensitive[String]] ` hash
1562
1562
The mysql password hash from the clear text password.
Original file line number Diff line number Diff line change 18
18
# @param dbname
19
19
# The name of the database to create.
20
20
# @param charset
21
- # The character set for the database.
21
+ # The character set for the database. Must be set with collate to avoid corrective changes.
22
22
# @param collate
23
- # The collation for the database.
23
+ # The collation for the database. Must be set with charset to avoid corrective changes.
24
24
# @param host
25
25
# The host to use as part of user@host for grants.
26
26
# @param grant
You can’t perform that action at this time.
0 commit comments