Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.1 KB

README.rst

File metadata and controls

46 lines (28 loc) · 1.1 KB

mysql

Install the MySQL client and/or server.

Available states

Install the MySQL client package.

Install the MySQL server package and start the service.

Debian OS family supports setting MySQL root password during install via debconf.

Create and manage MySQL databases.

Create and manage MySQL database users with definable GRANT privileges.

The state accepts MySQL hashed passwords or clear text. Hashed password have priority.

Note

See the salt.states.mysql_user docs for additional information on configuring hashed passwords.

Make sure to quote the passwords in the pillar so YAML doesn't throw an exception.