DB/MYSQL
[ MYSQL ] Proccess Kill
HEON.D
2022. 10. 20. 12:00
https://stackoverflow.com/questions/4932503/how-to-kill-mysql-connections
How to kill MySQL connections
I'm building a website with MySQL. I'm using TOAD for MySQL and suddenly I can't connect to the database as I'm getting an error: "Too many connections" Is there any way in Toad for MySQL to v...
stackoverflow.com
SHOW PROCESSLIST;
KILL 192;