mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
16 lines
348 B
INI
16 lines
348 B
INI
# Use default setting for mysqld processes
|
|
!include include/default_mysqld.cnf
|
|
!include include/default_client.cnf
|
|
|
|
[mysqld.1]
|
|
log-bin= master-bin
|
|
|
|
[mysqld.2]
|
|
|
|
|
|
[ENV]
|
|
MASTER_MYPORT= @mysqld.1.port
|
|
MASTER_MYSOCK= @mysqld.1.socket
|
|
|
|
SLAVE_MYPORT= @mysqld.2.port
|
|
SLAVE_MYSOCK= @mysqld.2.socket
|