increase max_allowed_packet size in mysql docker
As an argument to the container command: docker run -it -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql:5.7 –max-allowed-packet=67108864 See “Configuration without a cnf file” at https://hub.docker.com/_/mysql/, copied here for posterity: Configuration without a cnf file Many configuration options can be passed as flags to mysqld. This will give you the flexibility to customize the container without needing a cnf … Read more