Kaydet (Commit) 16906ea7 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL…

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
üst a6048960
...@@ -117,7 +117,7 @@ Here's a sample configuration which uses a MySQL option file:: ...@@ -117,7 +117,7 @@ Here's a sample configuration which uses a MySQL option file::
[client] [client]
database = DATABASE_NAME database = DATABASE_NAME
user = DATABASE_USER user = DATABASE_USER
passwd = DATABASE_PASSWORD password = DATABASE_PASSWORD
default-character-set = utf8 default-character-set = utf8
Several other MySQLdb connection options may be useful, such as ``ssl``, Several other MySQLdb connection options may be useful, such as ``ssl``,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment