You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REFERENCE.md
+2-2Lines changed: 2 additions & 2 deletions
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. Must be set with collate to avoid corrective changes.
1141
+
The character set for the database. Must have the same value as collate to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
1142
1142
1143
1143
Default value: `'utf8'`
1144
1144
1145
1145
##### <aname="collate"></a>`collate`
1146
1146
1147
1147
Data type: `Any`
1148
1148
1149
-
The collation for the database. Must be set with charset to avoid corrective changes.
1149
+
The collation for the database. Must have the same value as charset to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
Copy file name to clipboardExpand all lines: manifests/db.pp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@
18
18
# @param dbname
19
19
# The name of the database to create.
20
20
# @param charset
21
-
# The character set for the database. Must be set with collate to avoid corrective changes.
21
+
# The character set for the database. Must have the same value as collate to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
22
22
# @param collate
23
-
# The collation for the database. Must be set with charset to avoid corrective changes.
23
+
# The collation for the database. Must have the same value as charset to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
24
24
# @param host
25
25
# The host to use as part of user@host for grants.
0 commit comments