#!/bin/bash

source /app/tools/common/lib/.shell_globals

EXEC=1

clear

action=$1

logit "Mysql [ $action ]"
runit "ps auxwww|grep mysql |grep -v grep"
runit "sudo /etc/init.d/mysqld ${action}"
runit "ps auxwww|grep mysql |grep -v grep"
