summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-15 05:00:21 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-15 05:00:21 +0000
commit16906ea79388e16e57995ab8d93856515d3b42c2 (patch)
tree43ddaa2d3e21e40e4f3ccc224ae086fde67cb284 /docs
parenta6048960424fb20b7f0b70b8181b8cf8f1b7d316 (diff)
Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL 'passwd'. Thanks, ispivey@gmail.com and ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/databases.txt b/docs/databases.txt
index ed0cb61bc3..21ff4c7434 100644
--- a/docs/databases.txt
+++ b/docs/databases.txt
@@ -117,7 +117,7 @@ Here's a sample configuration which uses a MySQL option file::
[client]
database = DATABASE_NAME
user = DATABASE_USER
- passwd = DATABASE_PASSWORD
+ password = DATABASE_PASSWORD
default-character-set = utf8
Several other MySQLdb connection options may be useful, such as ``ssl``,