mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Install the MySQL client and/or server
![]() 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. |
||
---|---|---|
mysql | ||
LICENSE | ||
pillar.example | ||
README.rst |
mysql
Install the MySQL client and/or server.
Note
See the full Salt Formulas installation and usage instructions.
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.