pure-python-mysql icon indicating copy to clipboard operation
pure-python-mysql copied to clipboard

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

==================== 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