How to find out MYSQL connection time not connection_timeout
?
I am able to find out the connection timeout value using
SHOW VARIABLES LIKE 'connect_timeout'
But I am not able to get the variable for connection time.
How to find out MYSQL connection time not connection_timeout
?
I am able to find out the connection timeout value using
SHOW VARIABLES LIKE 'connect_timeout'
But I am not able to get the variable for connection time.