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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ A list of files that should override the default global my.cnf. Each item in the
58
58
59
59
The MySQL databases to create. A database has the values `name`, `encoding` (defaults to `utf8`), `collation` (defaults to `utf8_general_ci`) and `replicate` (defaults to `1`, only used if replication is configured). The formats of these are the same as in the `mysql_db` module.
60
60
61
+
You can also delete a database (or ensure it's not on the server) by setting `state` to `absent` (defaults to `present`).
62
+
61
63
mysql_users: []
62
64
63
65
The MySQL users and their privileges. A user has the values:
0 commit comments