salt.states.mysql_database

Management of MySQL databases (schemas).

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

Members

absent

salt.states.mysql_database.absent(name)

Ensure that the named database is absent

name
The name of the database to remove

present

salt.states.mysql_database.present(name)

Ensure that the named database is present with the specified properties

name
The name of the database to manage

Parent topic

Table Of Contents

Previous topic

salt.states.mount

Next topic

salt.states.mysql_grants