TorMySQL
TorMySQL copied to clipboard
Official fork of PyMySQL supporting Tornado
I just find that PyMySQL have an official fork that support Tornado. https://github.com/PyMySQL/Tornado-MySQL
I suggest merge this repo back or abandon.
I tested tormysql vs tornado-mysql. Tormysql was fastest 1.5-2 times.
https://gist.github.com/mosquito/aa20b94fec8b406d9a51
Error, This can't connet to the mysql, i have use password !
OperationalError: (2003, 'Can't connect to MySQL server on localhost:3306 (InternalError(1698, u"Access denied for user 'root'@'localhost'"))')
Great job on this module. I also find it much faster then Tornado-MySQL and it handles reusing sockets via the connection pool very efficiently. This is a much better implementation.
Tormysql now runs asyncio on its own, does not depend on tornado, and is faster and more efficient than the official aiomysql.
It seems the developer of PyMySQL/Tornado-MySQL is no longer interested in developing it, since about 1.75 years ago. It seems appropriate to close this issue.
It seems the developer of PyMySQL/Tornado-MySQL is no longer interested in developing it, since about 1.75 years ago. It seems appropriate to close this issue.
Indeed! It doesn't support MySQL 8 and never will – the author told me that. The issue is not an issue anymore :)