Commit b6d856dc authored by Łukasz Nowak's avatar Łukasz Nowak

- prepare to enable bind-address in default my.cnf template in

   erp5.recipe.mysqlserver

Despite that mysql_host was configured in part, default template in recipe did
not have this parameter, so mysql was listening on default (0.0.0.0) address.

This change will make fix in recipe backward compatible - on old configurations
mysql server will still listen on 0.0.0.0


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36969 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c83621d2
......@@ -8,7 +8,7 @@ parts =
[configuration]
mysql_port = 10002
mysql_host = 127.0.0.1
mysql_host = 0.0.0.0
# below are candidates to be removed from global configuration
mysql_datadir = ${buildout:var-directory}/mysql
mysql_pid = ${:mysql_datadir}/mysql.pid
......
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