CDIST-TYPE__MYSQL_DATABASE(7) - Linux man page online | Overview, conventions, and miscellany
Manage a MySQL database.
Chapter
Dec 18, 2016
CDIST-TYPE__MYSQL_DATABASE(7) cdist CDIST-TYPE__MYSQL_DATABASE(7)
@benediktkoeppel.ch>
4.4.1 Dec 18, 2016 CDIST-TYPE__MYSQL_DATABASE(7)
NAME
cdist-type__mysql_database - Manage a MySQL databaseDESCRIPTION
This cdist type allows you to install a MySQL database.REQUIRED PARAMETERS
None.OPTIONAL PARAMETERS
name The name of the database to install defaults to the object id user A user that should have access to the database password The password for the user who manages the databaseEXAMPLES
__mysql_database "cdist" --name "cdist" --user "myuser" --password "mypwd"AUTHORS
Benedikt Koeppel <