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
This commit is contained in:
parent
a604896042
commit
16906ea793
|
@ -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``,
|
||||||
|
|
Loading…
Reference in New Issue