mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
13 lines
227 B
Text
13 lines
227 B
Text
|
# 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
|