mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 13:21:26 -07:00
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.
4 lines
57 B
INI
4 lines
57 B
INI
[mysqld]
|
|
skip-host-cache
|
|
skip-name-resolve
|
|
server_id = 3
|