From 866863c209a1c6ea7d44cf7c84fcc889d436c17a Mon Sep 17 00:00:00 2001 From: Mark Theunissen Date: Mon, 6 Aug 2012 20:03:20 -0500 Subject: [PATCH] Adding the host --- rst/modules.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rst/modules.rst b/rst/modules.rst index 31832df2dd..8497bb55fa 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -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 |