Commit 801dbbbe authored by Łukasz Nowak's avatar Łukasz Nowak

- force UTF8 on created databases


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32375 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0aa7cc31
......@@ -40,7 +40,7 @@ products =
# XXX: This have to be converted into recipe
recipe = plone.recipe.command
command =
echo "CREATE DATABASE IF NOT EXISTS ${create_erp5_site:mysql_database_name}" | ${buildout:bin-directory}/mysql -u root
echo "CREATE DATABASE IF NOT EXISTS ${create_erp5_site:mysql_database_name} DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci" | ${buildout:bin-directory}/mysql -u root
[create_erp5_site]
depends = ${create_mysql_database: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