echo '*** stop mysql with default table type Innodb' > /root/g21list cd /usr 2>>/root/g21list >&2 ps -A | grep mysql 2>>/root/g21list >&2 echo '*** stop mysql database server' 2>>/root/g21list >&2 ./bin/mysqladmin shutdown 2>>/root/g21list >&2 sleep 10 2>>/root/g21list >&2 ps -A | grep mysql >> /root/g21list cat /root/g21list >> /root/createbuglist