Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
-- Check current connections SHOW STATUS LIKE 'Threads_connected'; SHOW STATUS LIKE 'Max_used_connections'; -- Set max connections (my.cnf) -- max_connections = 200 -- Show wait events SHOW STATUS LIKE 'Connection_errors%';
Result
Open