From 64ddf18fdb7124c2d8ffb39643f12ece75b52fe1 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 12 Jun 2022 20:40:23 +0800 Subject: [PATCH] mysql 8.0 init ok --- plugins/mysql/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 104b5c649..ed33de116 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -396,6 +396,7 @@ def myOp(method): def my8cmd(version, method): + # mysql 8.0 ok init_file = initDreplace(version) cmd = init_file + ' ' + method try: