We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeec25 commit 3928b69Copy full SHA for 3928b69
.github/workflows/build.yml
@@ -214,6 +214,7 @@ jobs:
214
- uses: actions/checkout@v3
215
- name: Set up MySQL
216
run: |
217
+ printf "\n[mysqld]\nmax_allowed_packet=42M\nlog_bin_trust_function_creators=1\n" | sudo tee -a /etc/mysql/my.cnf
218
sudo /etc/init.d/mysql start
219
- name: Download installers from GitHub artifacts
220
id: download
0 commit comments