Merge pull request #1495 from louim/patch-1

Docs Pull Request: update mysql_user example to remove outdated information
This commit is contained in:
Benno Joy 2015-06-10 12:31:53 +05:30
commit 5a86ff586f

View file

@ -149,8 +149,6 @@ mydb.*:INSERT,UPDATE/anotherdb.*:SELECT/yetanotherdb.*:ALL
- mysql_user: name=root password=abc123 login_unix_socket=/var/run/mysqld/mysqld.sock
# Example .my.cnf file for setting the root password
# Note: don't use quotes around the password, because the mysql_user module
# will include them in the password but the mysql client will not
[client]
user=root