Commit bb9e1216 authored by Rafael Monnerat's avatar Rafael Monnerat

Include mysqld-extra-configuration into my.cnf part to allow extend default configuration.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33965 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 909bc208
......@@ -20,14 +20,15 @@ recipe = collective.recipe.template
input = ${buildout:directory}/templates/my.cnf.in
output = ${configuration:mysql_cnf_file}
# Add some extra configuration to mysqld part in my.cnf
mysqld-extra-configuration =
[mysql-instance]
depends =
${mysql-cnf:output}
recipe = erp5.recipe.mysqlserver
mysql_software_bin = ${software_definition:mysql_software}/bin
mysql_bin_folder = ${buildout:data-bin-directory}
mysql_datadir = ${configuration:mysql_datadir}
mysql_cnf_file = ${configuration:mysql_cnf_file}
mysql_cnf_file = ${mysql-cnf:output}
mysql_auto_start = false
[mysql-server-template]
......
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