Hello community, Which are the JDBC parameters fo...
# ask-community-for-troubleshooting
j
Hello community, Which are the JDBC parameters for increasing the query timeout for Mysql as a source. Cannot find this documented. Thanks in advance.
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2640 to ensure timely resolution!
m
This is not a database parameter? Not sure if you can control using jdbc params
👀 1
s
Is there JDBC parameter for increasing query timeout? I tried searching for one but could not find it.
j
The timeout parameters can be set at the server level. though this will affect all the queries hitting the DB. If what @Saj Dider (Airbyte) is asking is possible, it will allow us to increase timeout from the client side instead of from the DB
s
@James, were you able to find a related parameter to solve your issue?