Skip to content

Commit 47d626e

Browse files
committed
PR geerlingguy#240: Add documentation on deleting databases.
1 parent b9af6d9 commit 47d626e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ A list of files that should override the default global my.cnf. Each item in the
5858

5959
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.
6060

61+
You can also delete a database (or ensure it's not on the server) by setting `state` to `absent` (defaults to `present`).
62+
6163
mysql_users: []
6264

6365
The MySQL users and their privileges. A user has the values:

0 commit comments

Comments
 (0)