Commit b89095ec authored by Rafael Monnerat's avatar Rafael Monnerat

Use template declared into mysql-database.cfg.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33819 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d83fcca
......@@ -58,10 +58,3 @@ update-command = ${:command}
[mysql-server-template]
<= mysql-instance
[mysql-database-template]
recipe = plone.recipe.command
command =
echo 'CREATE DATABASE ${:mysql_database_name} DEFAULT CHARACTER SET "utf8"' var/bin/mysql -u root
echo 'GRANT ALL PRIVILEGES ON ${:mysql_database_name}.* TO ${:mysql_user}@"%" IDENTIFIED BY "${:mysql_password}"'
update-command = ${:command}
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