MySQL : will listen to global ipv6 address

parent 1b09929d
......@@ -48,7 +48,7 @@ class Recipe(BaseSlapRecipe):
self.cron_d = self.installCrond()
self.logrotate_d, self.logrotate_backup = self.installLogrotate()
mysql_conf = self.installMysqlServer(self.getLocalIPv4Address(), 45678)
mysql_conf = self.installMysqlServer(self.getGlobalIPv6Address(), 45678)
self.linkBinary()
self.setConnectionDict(dict(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment