Home > MySQL, Python, Work > MySQL Connector/Python 1.0.8 available for download

MySQL Connector/Python 1.0.8 available for download

December 25th, 2012 Leave a comment Go to comments

Last week we made a maintenance release for MySQL Connector v1.0 available. The announcement can be read in the MySQL forums and the history log is available online.

Connector/Python v1.0.8 does not introduce anything new, it only comes with bug fixes. Some are quite important and it’s probably good to upgrade.

Please use the MySQL Bugs website to report any problem.

Some useful links:

Happy holidays! Hope you don’t get a bad cold like we did at home..

  1. PBLN RAO
    February 18th, 2013 at 09:21 | #1

    I am getting below error on win XP but its working in WIN 7

    File “\\ps\show_time\Showtime_Package\showtime\Modules\mysql\connector\cursor.py”, line 619, in fetchall
    (rows, eof) = self._connection.get_rows()
    File “\\ps\show_time\Showtime_Package\showtime\Modules\mysql\connector\connection.py”, line 451, in get_rows
    rows = self._protocol.read_text_result(self._socket, count)
    File “\\ps\show_time\Showtime_Package\showtime\Modules\mysql\connector\protocol.py”, line 234, in read_text_result
    packet = sock.recv()
    File “\\ps\show_time\Showtime_Package\showtime\Modules\mysql\connector\network.py”, line 169, in recv_plain
    raise errors.InterfaceError(errno=2013)
    mysql.connector.errors.InterfaceError: 2013: Lost connection to MySQL server during query
    Traceback (most recent call last):
    File “\\ps\SHOW_TIME\Showtime_Package\showtime\Launch_Showtime.pyw”, line 20, in
    ShowTimeLaunch()
    I was using 1.0.5 on python 2.6

    Thought of updating to 1.0.8,
    But In Official release of 1.0.8 i did not find for python 2.6

    Can you give me a solution

  2. PBLN RAO
    February 22nd, 2013 at 03:16 | #3

    Greet a typo in my replay

    Greet i cannot use python 2.7 because we developed app which works external and as well as internal to Maya 2011 which intern uses Python 2.6.4. So i am bound to use Python 2.6.4.

  3. March 4th, 2013 at 07:34 | #4

    @PBLN RAO
    Please try the platform independent source of v1.0.9 on Windows. It should fix the problem the inet_pton on older systems. Python 2.6 is still supported by Connector/Python, there is just no MSI for it.