Commit 909bc208 authored by Rafael Monnerat's avatar Rafael Monnerat

After erp5.recipe.mysqlserver be created, these templates are not required anymore.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 15117664
#!/bin/sh
${software_definition:mysql_software}/bin/mysql --defaults-file=${configuration:mysql_cnf_file} $@
#!/bin/sh
${software_definition:mysql_software}/bin/mysqladmin --defaults-file=${configuration:mysql_cnf_file} $@
#!/bin/sh
${software_definition:mysql_software}/bin/mysqld_safe --defaults-file=${configuration:mysql_cnf_file} $@
#!/bin/sh
${software_definition:mysql_software}/bin/mysqldump --defaults-file=${configuration:mysql_cnf_file} $@
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