mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
- dynamic configuration support - safe process - cleanups - create new suite for fedarated
13 lines
227 B
INI
13 lines
227 B
INI
# Use default setting for mysqld processes
|
|
!include include/default_mysqld.cnf
|
|
|
|
[mysqld.1]
|
|
log-bin= master-bin
|
|
|
|
[mysqld.2]
|
|
|
|
|
|
[ENV]
|
|
MASTER_MYPORT= @mysqld.1.port
|
|
SLAVE_MYPORT= @mysqld.2.port
|