bug fix mariadb install

This commit is contained in:
Usman Nasir
2021-10-24 20:47:11 +05:00
parent e6b02f45ed
commit dc89458de7
2 changed files with 4 additions and 3 deletions

View File

@@ -596,7 +596,7 @@ password=%s
@staticmethod
def restartMySQL():
try:
command = 'sudo systemctl restart mysql'
command = 'sudo systemctl restart mariadb'
ProcessUtilities.executioner(command)
return 1, None