You might have a user with SUPER privilege.
grant Super, Processlist on *.* to admin identified by 'PASSWORD' ;
Connect with that user to Mysql and change the Max_connection variable Online:
set Global max_connections=XXX ; (XXX is a new Value)
Or you can Kill the process(es) ;
show processlist ;
Kill PROC_NO ;
No comments:
Post a Comment