diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 66fa2bf58..caa543ee8 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -375,6 +375,8 @@ def my8cmd(version, method): my8cmd(version, method) else: + if method == "stop": + mw.execShell(cmd) subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True, bufsize=4096, stderr=subprocess.PIPE) return 'ok'