Install the MySQL client and/or server
Find a file
Seth House b6806ff104 Merge pull request #12 from opennode-salt-formulas/centos-rootpass
Set MySQL root password for CentOS and remove anonymous user
2014-05-14 09:21:21 -06:00
mysql Set MySQL root password for CentOS 2014-05-14 15:39:32 +04:00
LICENSE Add LICENSE. 2013-07-27 22:58:38 +02:00
pillar.example Create and manage MySQL database users with definable GRANT privileges. 2014-05-12 12:24:16 -04:00
README.rst Fixed typo in README 2014-05-12 12:29:30 -04:00

mysql

Install the MySQL client and/or server.

Available states

mysql.client

Install the MySQL client package.

mysql.server

Install the MySQL server package and start the service.

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

mysql.database ----------------

Create and manage MySQL databases.

mysql.user

Create and manage MySQL database users with definable GRANT privileges.