-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Connecting Mysql Server occurred an SQLNonTransientConnectionException when testing the case under at-sample #662
Comments
请检查你自己的连接池是否可以正常获取连接 |
I solved this error by add param '&allowPublicKeyRetrieval=true' to url of mysql connect info in the application file. |
Hinsteny
added a commit
to InverseLina/incubator-seata-samples
that referenced
this issue
May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ⅰ. Issue Description
When i test the case under at-sample, there has an error 'java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed' that the account application connecting the MYSQL Server DB.
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Nothing
Ⅵ. Environment:
java -version
): openjdk 11uname -a
): MacOS M2 Version 14.4.1The text was updated successfully, but these errors were encountered: