Update index.py

pull/577/head
Mr Chen 1 year ago
parent bc9b5ab511
commit d9eb331f32
  1. 2
      plugins/mysql/index.py

@ -3115,7 +3115,7 @@ def doFullSyncUser(version=''):
if os.path.exists(bak_file):
# 重置
# db.execute('reset master')
db.execute('reset master')
# 不锁表,需要删除原来数据表
tables = db.query('show tables from `%s`' % sync_db_import)

Loading…
Cancel
Save