You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once in a while I have this error ("MySQL Server has gone away") in my GitHub workflow (in step where I migrating database structure). Has anyone got aby idea why? My configuration regarding database looks like this:
- name: Stop default MySQL
run: sudo systemctl stop mysql
- uses: getong/mariadb-action@v1.1
with:
mariadb version: '10.4.10'
mysql database: 'database'
mysql user: 'user'
mysql password: 'password'
The text was updated successfully, but these errors were encountered:
None of them relate to the way this github action does things. Some might be server bugs, memory exhaustion, or fetching large packets without configuration.
Hello,
Once in a while I have this error ("MySQL Server has gone away") in my GitHub workflow (in step where I migrating database structure). Has anyone got aby idea why? My configuration regarding database looks like this:
The text was updated successfully, but these errors were encountered: