mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
9 lines
178 B
INI
9 lines
178 B
INI
!include include/default_my.cnf
|
|
|
|
[mysqld.1]
|
|
extra-port= @ENV.MASTER_EXTRA_PORT
|
|
extra-max-connections=2
|
|
thread_handling=pool-of-threads
|
|
|
|
[ENV]
|
|
MASTER_EXTRA_PORT= @OPT.port
|