From 74679a5f4b516780c4133a6a597ee51abd5d6312 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 9 Jan 2013 23:57:36 +0100 Subject: [PATCH] Correct name is login_user Fixes #1848. --- mysql_db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql_db b/mysql_db index 468a9b8d210..e660be73021 100644 --- a/mysql_db +++ b/mysql_db @@ -73,7 +73,7 @@ examples: notes: - Requires the MySQLdb Python package on the remote host. For Ubuntu, this is as easy as apt-get install python-mysqldb. (See M(apt).) - - Both I(login_password) and I(login_username) are required when you are + - Both I(login_password) and I(login_user) are required when you are passing credentials. If none are present, the module will attempt to read the credentials from C(~/.my.cnf), and finally fall back to using the MySQL default login of C(root) with no password.