This commit is contained in:
JeremJR 2015-07-15 14:47:11 +02:00
parent a3053fa67a
commit bf8dc1fe64
1 changed files with 1 additions and 1 deletions

View File

@ -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 :