SHOW VARIABLES LIKE 'max_connections'; 
SELECT SEC_TO_TIME(VARIABLE_VALUE) AS Uptime_hhmmss FROM performance_schema.global_status WHERE VARIABLE_NAME = 'Uptime'; 
SHOW GLOBAL STATUS LIKE 'Max_used_connections';

PS: Auch max_user_connections beachten. Sind für unsere Php Applikationen in der Regel ausschlaggebender.