blob: a673537f8b73b9ad27c8e2cbd9fdaa486cbbdef0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
source set_bottlenecks_rubbos_env.sh
echo "STARTING MYSQL on $HOSTNAME"
# TODO start mysqld here, currently mysql is started by MYSQL1_configure.sh
echo "MYSQL IS RUNNING on $HOSTNAME"
|