mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
274e06a504
(otherwise 10 ports per worker will be not enough)
8 lines
146 B
INI
8 lines
146 B
INI
!include include/default_my.cnf
|
|
|
|
[mysqld.1]
|
|
extra-port= @ENV.MASTER_EXTRA_PORT
|
|
extra-max-connections=1
|
|
|
|
[ENV]
|
|
MASTER_EXTRA_PORT= @OPT.port
|