cdist-type__mysql_user - Manage a MySQL user
Contents
Copying
Copyright (C) 2020 Ander Punnar. You can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Copyright
ungleich GmbH 2021
7.0.0 Sep 11, 2024 CDIST-TYPE__MYSQL_USER(7)
Description
Create MySQL user or change password for the user.
Examples
__mysql_user user --password secret
Name
cdist-type__mysql_user - Manage a MySQL user
Optional Parameters
name Name of user. Defaults to object id.
host Host of user. Defaults to localhost.
password
Password of user.
state Defaults to present.
