#!/bin/bash
juju-log "Stopping mysql service"
service mysql stop || true
