Added a note that MySQLdb versions prior to 1.2.1p2 will only work with
mysql_old backend. Refs #3786. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9f180a1bc5
commit
24118edf21
|
@ -69,9 +69,12 @@ For now, InnoDB is probably your best choice.
|
||||||
MySQLdb
|
MySQLdb
|
||||||
-------
|
-------
|
||||||
|
|
||||||
`MySQLdb`_ is the Python interface to MySQL. 1.2.1 is the first version that
|
`MySQLdb`_ is the Python interface to MySQL. Version 1.2.1p2 or later is
|
||||||
has support for MySQL 4.1 and newer. If you are trying to use an older version
|
required for full MySQL support in Django. Earlier versions will not work with
|
||||||
of MySQL, then 1.2.0 *might* work for you.
|
the ``mysql`` backend.
|
||||||
|
|
||||||
|
If you are trying to use an older version of MySQL and the ``mysql_old``
|
||||||
|
backend, then 1.2.0 *might* work for you.
|
||||||
|
|
||||||
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
|
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue