-
Notifications
You must be signed in to change notification settings - Fork 5.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
tidb does not support session timeout #7047
Comments
PTAL @tiancaiamao |
See here https://github.com/pingcap/docs/blob/master/FAQ.md or (中文 here)
|
if database is mysql, jdbc cancall mysql “KILL QUERY” command to end the operation of the current connection. now migrating from mysql to tidb, you need to modify a lot of existing code, can support the official mysql protocol roll operation, so hope Official support |
TiDB recently added support for In regards to a MySQL compatible |
I am going to close this issue as stale. Please feel free to re-open if you have additional questions. Thanks! |
Use jdbc to connect to tidb. After executing the timeout, perform RPC on the mysql server through jdbc protocol, and call mysql “KILL QUERY” command to end the operation of the current connection.because tidb does not support this command,When migrating from mysql to tidb, you need to modify a lot of existing code, can support the official mysql protocol roll operation
The text was updated successfully, but these errors were encountered: