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
description="(Required) The name of the database. This must be unique within a given MySQL server and may or may not be case-sensitive depending on the operating system on which the MySQL server is running."
4
+
}
5
+
6
+
variabledefault_character_set {
7
+
type=string
8
+
default="utf8"
9
+
description="(Optional) The default character set to use when a table is created without specifying an explicit character set."
10
+
}
11
+
12
+
variabledefault_collation {
13
+
type=string
14
+
default="utf8_general_ci"
15
+
description="(Optional) The default collation to use when a table is created without specifying an explicit collation."
description="(Optional) The source host of the user. Defaults to localhost."
10
+
}
11
+
12
+
variablepassword {
13
+
type=string
14
+
description="(Optional) The password for the user. This must be provided in plain text, so the data source for it must be secured. An unsalted hash of the provided password is stored in state. Conflicts with auth_plugin."
0 commit comments