Update index.py

pull/109/head
midoks 3 years ago
parent 687ece0f77
commit c2b8ec3561
  1. 1
      plugins/mysql/index.py

@ -444,6 +444,7 @@ def my57cmd(version, method):
mw.execShell(cmd_kill) mw.execShell(cmd_kill)
cmd_start2 = gsDir + '/bin/mysqld_safe --defaults-file=' + gsDir + '/etc/my.cnf &' cmd_start2 = gsDir + '/bin/mysqld_safe --defaults-file=' + gsDir + '/etc/my.cnf &'
print(cmd_start2)
subprocess.Popen(cmd_start2, stdout=subprocess.PIPE, shell=True, subprocess.Popen(cmd_start2, stdout=subprocess.PIPE, shell=True,
bufsize=4096, stderr=subprocess.PIPE) bufsize=4096, stderr=subprocess.PIPE)

Loading…
Cancel
Save