SHOW PROCESSLIST
show variables like '%max_connections%';
SET GLOBAL max_connections=10000;
SET GLOBAL mysqlx_max_connections=10000;
SHOW PROCESSLIST
show variables like '%max_connections%';
SET GLOBAL max_connections=10000;
SET GLOBAL mysqlx_max_connections=10000;