2014-02-09 05:59:02 +00:00
|
|
|
=====
|
2013-06-13 16:30:15 -06:00
|
|
|
mysql
|
|
|
|
=====
|
|
|
|
|
2014-02-09 05:59:02 +00:00
|
|
|
Install the MySQL client and/or server.
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
See the full `Salt Formulas installation and usage instructions
|
2014-05-06 10:25:03 +02:00
|
|
|
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
|
2013-06-13 16:30:15 -06:00
|
|
|
|
2013-08-08 16:47:03 -06:00
|
|
|
Available states
|
2014-02-09 05:59:02 +00:00
|
|
|
================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
2013-06-13 16:30:15 -06:00
|
|
|
|
2013-08-15 17:25:15 -05:00
|
|
|
``mysql.client``
|
2014-02-09 05:59:02 +00:00
|
|
|
----------------
|
|
|
|
|
|
|
|
Install the MySQL client package.
|
|
|
|
|
2013-08-08 16:47:03 -06:00
|
|
|
``mysql.server``
|
2014-02-09 05:59:02 +00:00
|
|
|
----------------
|
|
|
|
|
|
|
|
Install the MySQL server package and start the service.
|
2014-05-12 11:10:51 -04:00
|
|
|
|
|
|
|
Debian OS family supports setting MySQL root password during install via debconf.
|
2014-05-12 11:47:51 -04:00
|
|
|
|
|
|
|
``mysql.database``
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Create and manage MySQL databases.
|