You can see all running queries in live time with:
$> mysqladmin -u dbuser -p123 -i 2 processlist
The option -i determines the number of seconds between refreshes(aliasĀ –sleep=DELAY).
You can see all running queries in live time with:
$> mysqladmin -u dbuser -p123 -i 2 processlist
The option -i determines the number of seconds between refreshes(aliasĀ –sleep=DELAY).