From bf8dc1fe6412ea6a8d8cc36d9f386a2549500a15 Mon Sep 17 00:00:00 2001 From: JeremJR Date: Wed, 15 Jul 2015 14:47:11 +0200 Subject: [PATCH] fix typo --- bonita/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonita/content.md b/bonita/content.md index ef0cfb62..2a3a20bb 100644 --- a/bonita/content.md +++ b/bonita/content.md @@ -24,7 +24,7 @@ We need to [increase the packet size](http://documentation.bonitasoft.com/databa mkdir -p ~/Documents/Docker/Volumes/custom_mysql echo "[mysqld]" > ~/Documents/Docker/Volumes/custom_mysql/bonita.cnf - echo "max_allowed_packet=16M" > ~/Documents/Docker/Volumes/custom_mysql/bonita.cnf + echo "max_allowed_packet=16M" >> ~/Documents/Docker/Volumes/custom_mysql/bonita.cnf Then we can mount that directory location as /etc/mysql/conf.d inside the MySQL container :