diff --git a/plugins/mysql-ya/index.py b/plugins/mysql-ya/index.py index e651662fc..b45a7cc9a 100755 --- a/plugins/mysql-ya/index.py +++ b/plugins/mysql-ya/index.py @@ -168,11 +168,6 @@ def initDreplace(version=''): def status(version=''): - data = mw.execShell( - "ps -ef|grep mysqld |grep -v grep | grep -v python | awk '{print $2}'") - if data[0] == '': - return 'stop' - pid = getServerDir() + '/data/mysql.pid' if not os.path.exists(pid): return 'stop'