mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 13:25:51 +01:00
enable remote mysql for other services
This commit is contained in:
@@ -60,6 +60,7 @@ class mysqlUtilities:
|
||||
dropDB = "GRANT ALL PRIVILEGES ON " + dbname + ".* TO '" + dbuser + "'@'%s'" % (publicip)
|
||||
else:
|
||||
dropDB = "GRANT ALL PRIVILEGES ON " + dbname + ".* TO '" + dbuser + "'@'localhost'"
|
||||
|
||||
command = initCommand + dropDB + '"'
|
||||
|
||||
if install.preFlightsChecks.debug:
|
||||
|
||||
Reference in New Issue
Block a user