--- mysql.orig 2013-03-08 21:04:26.777334721 +0100 +++ mysql 2013-03-08 21:08:33.909291010 +0100 @@ -325,6 +325,12 @@ fi ;; + 'bootstrap') + # Bootstrap the Percona XtraDB Cluster, start the first node + # that initiate the cluster + $0 start $other_args --wsrep-cluster-address="gcomm://" + ;; + 'restart') # Stop the service and regardless of whether it was # running or not, start it again. @@ -376,7 +382,7 @@ *) # usage basename=`basename "$0"` - echo "Usage: $basename {start|stop|restart|reload|force-reload|status} [ MySQL (Percona XtraDB Cluster) options ]" + echo "Usage: $basename {start|stop|restart|bootstrap|reload|force-reload|status} [ MySQL (Percona XtraDB Cluster) options ]" exit 1 ;; esac