How to check if MySQL connections are using SSL/TLS Get link Facebook X Pinterest Email Other Apps May 13, 2021 SELECT id, user, host, connection_type FROM performance_schema.threads pst INNER JOIN information_schema.processlist isp ON pst.processlist_id = isp.id; Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment