depends: |
|
---|---|
configuration: | See |
The mysql_database module is used to create and manage MySQL databases. Databases can be set as either absent or present.
frank:
mysql_database.present
salt.states.mysql_database.
absent
(name, **connection_args)¶Ensure that the named database is absent
salt.states.mysql_database.
present
(name, **connection_args)¶Ensure that the named database is present with the specified properties