-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official fork of PyMySQL supporting Tornado #2
Comments
I tested tormysql vs tornado-mysql. Tormysql was fastest 1.5-2 times. |
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. |
Indeed! It doesn't support MySQL 8 and never will – the author told me that. The issue is not an issue anymore :) |
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.
The text was updated successfully, but these errors were encountered: