couldn't connect to MySQL 5.7 with AnyPool #1545
Unanswered
LebranceBW
asked this question in
Q&A
Replies: 1 comment
-
I encountered the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Problem I met
When I try to use
AnyPool
as connection pool for MySQL connections, It paniced at first connect. the stack is:code related:
version info
The cause I guess
After the panic, I tried to connect to another MySQL database with version 8.0.26 and it worked. So I guess the key point is Mysql version.
Beta Was this translation helpful? Give feedback.
All reactions