Install the MySQL client and/or server
Find a file
Seth House 04e5b130e8 Merge pull request #10 from ninjix/master
Assign MySQL Root Password during Debian/Ubuntu installation
2014-05-13 10:57:12 -06:00
mysql Added new database and user SLS files that were left out of previous commits. 2014-05-12 12:35:06 -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.