Commit 18bc7848 authored by Romain Courteaud's avatar Romain Courteaud

MySQL listen on public IP.

Only firewall prevents the world to access it!
parent c3bf4468
......@@ -114,7 +114,7 @@ class Recipe(slapos.recipe.erp5.Recipe):
}
def installProductionMysql(self):
mysql_conf = self.installMysqlServer(self.getLocalIPv4Address(), 45678,
mysql_conf = self.installMysqlServer(self.getGlobalIPv6Address(), 45678,
template_filename=pkg_resources.resource_filename(__name__,
'template/my.cnf.in'), parallel_test_database_amount=0,
mysql_conf=dict(innodb_buffer_pool_size='10G'))
......
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