mysql[apt/yum]迁移优化

pull/333/head
midoks 2 years ago
parent 3f12d4b8d6
commit e6a79216c4
  1. 1
      plugins/mysql-apt/index.py
  2. 1
      plugins/mysql-yum/index.py

@ -411,6 +411,7 @@ def my8cmd(version, method):
initDreplace(version)
# mysql 8.0 and 5.7
try:
isInited = True
if version == '5.7':
isInited = initMysql57Data()
elif version == '8.0':

@ -397,6 +397,7 @@ def my8cmd(version, method):
initDreplace(version)
# mysql 8.0 and 5.7
try:
isInited = True
if version == '5.7':
isInited = initMysql57Data()
elif version == '8.0':

Loading…
Cancel
Save