mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
Fix some formatting problems
This commit is contained in:
@ -15,7 +15,7 @@ Prerequisites
|
||||
|
||||
* 2.2.x MIGHT work, or have partial functionality.
|
||||
|
||||
* 2.4b2 seems to work fine.
|
||||
* 2.4 is tested and works.
|
||||
|
||||
* Red Hat Linux:
|
||||
|
||||
@ -34,11 +34,11 @@ Prerequisites
|
||||
|
||||
* MySQL-3.23 is supported, but slightly deprecated.
|
||||
|
||||
* MySQL-4.0 is supported. Current version is 4.0.22.
|
||||
* MySQL-4.0 is supported.
|
||||
|
||||
* There is partial support for MySQL-4.1; the new prepared
|
||||
statements API is not yet supported, and probably won't be until
|
||||
MySQLdb-1.3 or 2.0.
|
||||
* MySQL-4.1 is mostly supported; the new prepared statements API
|
||||
is not yet supported, and probably won't be until MySQLdb-1.3 or
|
||||
2.0.
|
||||
|
||||
* MySQL-5.0 and newer are not currently supported, but might work.
|
||||
|
||||
@ -63,9 +63,10 @@ Prerequisites
|
||||
- MySQL-shared to run if you compiled with MySQL-shared installed
|
||||
|
||||
* Transactions (particularly InnoDB tables) are supported for
|
||||
MySQL-3.23 and up. You may need a special package from your
|
||||
vendor with this support turned on. If you have Gentoo Linux,
|
||||
set either of the berkdb or innodb USE flags.
|
||||
MySQL-3.23 and up. You may need a special package from your vendor
|
||||
with this support turned on. If you have Gentoo Linux, set either
|
||||
of the berkdb or innodb USE flags on your server, and comment out
|
||||
"skip-innodb" in /etc/mysql/my.cnf for InnoDB table support.
|
||||
|
||||
|
||||
+ zlib
|
||||
@ -91,7 +92,9 @@ Prerequisites
|
||||
you can also use gcc.
|
||||
|
||||
* If you have some Windows flavor, you usually have to pay extra
|
||||
for this, or you can use Cygwin.
|
||||
for this, or you can use Cygwin_.
|
||||
|
||||
.. _Cygwin: http://www.cygwin.com/
|
||||
|
||||
|
||||
|
||||
@ -151,8 +154,8 @@ gcc.
|
||||
|
||||
Finally, putting it together::
|
||||
|
||||
$ tar xfz MySQL-python-1.1.7.tar.gz
|
||||
$ cd MySQL-python-1.1.7
|
||||
$ tar xfz MySQL-python-1.1.8.tar.gz
|
||||
$ cd MySQL-python-1.1.8
|
||||
$ export mysqlversion="4.0.20"
|
||||
$ export mysqlclient="mysqlclient_r"
|
||||
$ export mysqloptlibs="ssl crypto"
|
||||
@ -219,23 +222,23 @@ build your own RPM packages as described above.
|
||||
Debian GNU/Linux
|
||||
................
|
||||
|
||||
Packaged as `python-mysql`__::
|
||||
Packaged as `python-mysql`_::
|
||||
|
||||
# apt-get install python-mysql
|
||||
|
||||
.. __: http://packages.debian.org/cgi-bin/search_packages.pl?keywords=python-mysql&searchon=names&subword=1&version=all&release=all
|
||||
.. _`python-mysql`: http://packages.debian.org/cgi-bin/search_packages.pl?keywords=python-mysql&searchon=names&subword=1&version=all&release=all
|
||||
|
||||
|
||||
Gentoo Linux
|
||||
............
|
||||
|
||||
Packaged as `mysql-python`__. Gentoo is also my development platform::
|
||||
Packaged as `mysql-python`_. Gentoo is also my development platform::
|
||||
|
||||
# emerge sync
|
||||
# emerge mysql-python
|
||||
# emerge zmysqlda # if you use Zope
|
||||
|
||||
.. __: http://packages.gentoo.org/search/?sstring=mysql-python
|
||||
.. _`mysql-python`: http://packages.gentoo.org/search/?sstring=mysql-python
|
||||
|
||||
|
||||
BSD
|
||||
|
Reference in New Issue
Block a user