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