This commit is contained in:
Nikita Khromov
2020-09-29 13:28:25 +03:00
parent 33ff727afd
commit 367e115716
2 changed files with 12 additions and 56 deletions

View File

@ -135,8 +135,8 @@ def deleteProgram(sName):
def installMySQLServer():
installingProgram('MySQLServer')
mysqlPaths = check.get_mysqlServersPaths()
mysqlVersions = check.get_mysqlServersVersions()
mysqlPaths = check.get_mysqlServersInfo('Location')
mysqlVersions = check.get_mysqlServersInfo('Version')
for i in range(len(mysqlVersions)):
if (mysqlVersions[i] == '8.0.21'):