diff --git a/plugins/mariadb/index.py b/plugins/mariadb/index.py index 13eac2205..dd0fa7279 100755 --- a/plugins/mariadb/index.py +++ b/plugins/mariadb/index.py @@ -2718,8 +2718,8 @@ def doFullSyncUser(version=''): writeDbSyncStatus({'code': 4.1, 'msg': '正在导入数据中,别着急...', 'progress': 59}) return False - if os.path.exists(bak_file): - db.execute('reset master') + # if os.path.exists(bak_file): + # db.execute('reset master') time_s = time.time() if os.path.exists(bak_file):