Fix server_id in GHA

GHA lack a way to pass option to docker's command. Also server_id is
not read as a environment variable. So I'm forced to use a config file.
This commit is contained in:
Laurent Indermuehle 2023-01-05 11:48:39 +01:00
parent 9e3010dd00
commit 2af8e4f273
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
4 changed files with 18 additions and 8 deletions

View file

@ -0,0 +1,4 @@
[mysqld]
skip-host-cache
skip-name-resolve
server_id = 2

View file

@ -0,0 +1,4 @@
[mysqld]
skip-host-cache
skip-name-resolve
server_id = 3