#!/bin/sh -e

RETVAL=0

/etc/init.d/mysql.{{ db_instance_name }} stop
RETVAL=$?

exit $RETVAL
