Install the MySQL client and/or server
Find a file
Seth House 7960e8d1f2 Removed disabling SELinux prereq; no longer needed
This SELinux problem was caused by the yumpkg.py module that used the
yum Python interface for CentOS 6 machines. That was removed in favor of
the yumpkg.py that shells out to yum which does not have this problem.
This workaround can be removed.
2014-05-14 09:56:16 -06:00
mysql Removed disabling SELinux prereq; no longer needed 2014-05-14 09:56:16 -06: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.