Skip to content

Instantly share code, notes, and snippets.

@robertpro
Last active July 5, 2022 21:23
Show Gist options
  • Save robertpro/f8806808dbc7df437f226ce24340d077 to your computer and use it in GitHub Desktop.
Save robertpro/f8806808dbc7df437f226ce24340d077 to your computer and use it in GitHub Desktop.
docker exec -ti dotcom_db bash
echo '
[mysqld]
wait_timeout = 600
max_allowed_packet = 512M' >> /etc/mysql/my.cnf
mysqld restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment