1. Login using your root access to your server
2. Access mysql by:  mysql -u root -p and enter your password
3. mysql> show full processlist; You can see list of process
4. KILL id-number; and press enter
5. Restart Apache and MySQL: 
service apache2 restart
service mysql restart 
6. Reboot your server: sudo reboot