Inada Naoki

Results 343 comments of Inada Naoki

For your and my information, I've merged this to mysqlclient-python.

I've created fork of MySQLdb1 supporting Python 3. I've uploaded Windows wheels to https://pypi.python.org/pypi/mysqlclient Could you try it?

[mysqlclient](https://github.com/PyMySQL/mysqlclient) provides wheels

[mysqlclient](https://github.com/PyMySQL/mysqlclient) supports MySQL Connector/C 6.1.

``` diff --git a/MySQLdb/connections.py b/MySQLdb/connections.py index 13e55c4..6c7c03a 100644 --- a/MySQLdb/connections.py +++ b/MySQLdb/connections.py @@ -10,8 +10,12 @@ from _mysql_exceptions import Warning, Error, InterfaceError, DataError, \ DatabaseError, OperationalError, IntegrityError, InternalError, \ NotSupportedError,...

@msabramo I've fixed one memory corruption on #61. Could you try it?

I've fixed this on [mysqlclient](https://pypi.python.org/pypi/mysqlclient) and release 1.3.5. Only source distribution is available for now.

Have you tried [mysqlclient](https://warehouse.python.org/project/mysqlclient/) ?

@vit1251 See http://sourceforge.net/p/pypi/support-requests/553/