mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 00:06:09 +01:00
allow to enter remote mysql default db
This commit is contained in:
@@ -308,6 +308,7 @@ class InstallCyberPanel:
|
||||
|
||||
def startMariaDB(self):
|
||||
|
||||
if self.remotemysql == 'OFF':
|
||||
############## Start mariadb ######################
|
||||
if self.distro == cent8 or self.distro == ubuntu:
|
||||
command = 'systemctl start mariadb'
|
||||
|
||||
Reference in New Issue
Block a user