Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>MySQL-Python, also known as MySQLdb, is a database connector library that implements the <a href="http://legacy.python.org/dev/peps/pep-0249/" rel="nofollow">Python Database API</a>.</p> <p>This tag should be used to identify questions related to:</p> <ul> <li>Installing the MySQL-Python library;</li> <li>Using the library to connect to a MySQL database from a Python interpreter or script;</li> <li>Specific implementation details of the library; e.g., thread safety, error messages, cursor behavior.</li> </ul> <p>This tag should not be confused with:</p> <ul> <li><a href="/questions/tagged/mysql-connector" class="post-tag" title="show questions tagged &#39;mysql-connector&#39;" rel="tag">mysql-connector</a> (questions about drivers for interfacing with MySQL in general)</li> <li><a href="/questions/tagged/mysql-connector-python" class="post-tag" title="show questions tagged &#39;mysql-connector-python&#39;" rel="tag">mysql-connector-python</a> (questions about the MySQL Connector/Python library distributed by Oracle)</li> </ul> <p>The MySQL-Python project is <a href="http://sourceforge.net/projects/mysql-python/" rel="nofollow">hosted on Sourceforge</a>; however, as of September 2014, a newer package than the one found on Sourceforce (v1.2.4b4) is available from the <a href="https://pypi.python.org/pypi/MySQL-python/1.2.5" rel="nofollow">Python Package Index</a> (v1.2.5).</p> <p>Andy Dustman (<a href="http://stackoverflow.com/users/808820/">user profile on stackoverflow</a>) has written a detailed <a href="http://mysql-python.sourceforge.net/MySQLdb.html" rel="nofollow">User's Guide</a> and maintains a code repository for the project on <a href="https://github.com/farcepest/MySQLdb1" rel="nofollow">github</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload