#!/bin/sh

[ -x /etc/init.d/mysql ] && /etc/init.d/mysql stop

exit 0
