while true; do kill -9 `ps ux |grep -v mysqld_safe | awk '/mysqld/ && !/awk/ {print $2}'`; sleep 9 ; done;