mysql tuning

This commit is contained in:
usmannasir
2019-01-01 20:16:54 +05:00
parent b0febd9693
commit 0ff5cd106e
1615 changed files with 242 additions and 415677 deletions

View File

@@ -227,6 +227,8 @@ def router(request):
return cm.fetchRam(request)
elif controller == 'applyMySQLChanges':
return cm.applyMySQLChanges(request)
elif controller == 'restartMySQL':
return cm.restartMySQL(request)
else:
return cm.ajaxPre(0, 'This function is not available in your version of CyberPanel.')