View Single Post
  #1 (permalink)  
Old 25-10-08, 06:18 PM
George's Avatar
George George is offline
Technical Support
 
Join Date: Oct 2008
Posts: 28
Default Kill Mysql sleep process.

You can kill Mysql process either from Shell.

1) SSH to your server as root user and run

Quote:
# mysqladmin pr
The above command will give you all Mysql running and sleeping process status then select the sleeping process id and kill it from Mysql prompt.

Quote:
# mysql

mysql> kill process id no ;

mysql> \q
__________________
Regards
George
Reply With Quote