diff --git a/plugins/mariadb/index.py b/plugins/mariadb/index.py index 83596a76c..1831d7648 100755 --- a/plugins/mariadb/index.py +++ b/plugins/mariadb/index.py @@ -2723,8 +2723,9 @@ def doFullSyncUser(version=''): else: my_import_cmd = getServerDir() + '/bin/mariadb -S ' + sock + " -uroot -p'" + pwd + \ "' " + sync_db + '<' + bak_file - print(my_import_cmd) - mw.execShell(my_import_cmd) + print(my_import_cmd) + mw.execShell(my_import_cmd) + time_e = time.time() import_cos = time_e - time_s print("import cos:", import_cos)