Support run rubbos test mult times
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / MYSQL1_ignition.sh
1 #!/bin/bash
2
3 cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
4 source set_bottlenecks_rubbos_env.sh
5
6 echo "STARTING MYSQL on $HOSTNAME $(date)"
7
8 cd $MYSQL_HOME
9 bin/mysqld_safe&
10 sleep 10
11 /etc/init.d/mysql.server status
12
13
14 echo "MYSQL IS RUNNING on $HOSTNAME $(date)"