I'm seeing the JDBC MySQL driver consistently fail connection attempts to a stopped MySQL after 10 seconds, but I'd like to change that timeout.
I tried adding ?connectTimeout=2000&socketTimeout=2000 to the connection URI, but that didn't make a difference.
Is there a way to customize how long it takes for the Driver to return a timeout while connecting to MySQL?