mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #168 from marktheunissen/add-host-to-mysql-user
Adding the host
This commit is contained in:
@@ -434,6 +434,8 @@ apt-get install python-mysqldb.
|
||||
+--------------------+----------+------------+----------------------------------------------------------------------------+
|
||||
| password | no | | set the user's password |
|
||||
+--------------------+----------+------------+----------------------------------------------------------------------------+
|
||||
| host | no | localhost | the 'host' part of the MySQL username |
|
||||
+--------------------+----------+------------+----------------------------------------------------------------------------+
|
||||
| login_user | no | | user name used to authenticate with |
|
||||
+--------------------+----------+------------+----------------------------------------------------------------------------+
|
||||
| login_password | no | | password used to authenticate with |
|
||||
|
||||
Reference in New Issue
Block a user