Update sql_mysql.py

pull/638/head
Mr Chen 5 months ago
parent 5bcae1b00c
commit a4414d2083
  1. 2
      plugins/data_query/sql_mysql.py

@ -48,7 +48,7 @@ class nosqlMySQL():
return False
if self.__sid is not None:
mycnf_path = "{}/{}/etc/my.cnf".format(mw.getServerDir(),sid)
mycnf_path = "{}/{}/etc/my.cnf".format(mw.getServerDir(),self.__sid)
if not os.path.exists(mycnf_path):
return False

Loading…
Cancel
Save