#!/bin/sh

mysql --defaults-file=/etc/mysql/debian.cnf -ss -n  <<STOP
SHOW FULL PROCESSLIST;
STOP
