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:
- Documentation: http://dev.mysql.com/doc/connector-python/en/index.html
- Release Notes: http://dev.mysql.com/doc/relnotes/connector-python/en/index.html
- Downloads: http://dev.mysql.com/downloads/connector/python/#downloads
- Feedback: http://bugs.mysql.com
- Forum: http://forums.mysql.com/list.php?50
Happy holidays! Hope you don’t get a bad cold like we did at home..
Comments
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
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.