/pure-python-mysql

This is PyMySQL original code. Pure python interface to MySQL.

Primary LanguagePython

====================
pymysql Installation
====================

.. contents::
..

Requirements
-------------

+ Python 2.4 or higher

 * http://www.python.org/
 
 * 2.5 is the primary test environment.

* MySQL 4.1 or higher
    
 * protocol41 support

Installation
------------

# python setup.py install