kill all mysql processes
mysql> select group_concat(concat('KILL ',id,';')) from
information_schema.processlist where user='root' and time > 500;
mysql> source /tmp/a.txt;SELECT CONCAT('KILL ',id,';') AS IDs
FROM information_schema.processlist
WHERE TIME >10
AND command = "sleep"
sudo killall mysqld
Also in C++:
- bring job number to foreground linux
- remove a non empty directory
- how to install flash
- E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
- cp ubuntu
- git how to roll back to a commit
- git remove added file
- ubuntu 20.04 wifi adapter not found dell
- slack text substitution mac does not work
- anandsiddharth/laravel-paytm-wallet for laravel 7 github
- install qwebengineview pyqt5
- git stash back
- Uninstall WPS Office from Ubuntu
- copy directory in linux
- find in windows
- como configurar git e github
- find folder linux
- git delete branches that aren't on remote
- git remove added file before commit
- powershell copy-item specify credentials
- git create new repo from branch
- linux find files ending with
- what is git
- how to save a text file with a terminal command