mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
26 lines
597 B
Text
26 lines
597 B
Text
|
# Use default setting for mysqld processes
|
||
|
!include default_mysqld.cnf
|
||
|
|
||
|
[mysqld.1]
|
||
|
|
||
|
# Run the master.sh script before starting this process
|
||
|
#!run-master-sh
|
||
|
|
||
|
log-bin= master-bin
|
||
|
|
||
|
|
||
|
[mysqlbinlog]
|
||
|
disable-force-if-open
|
||
|
|
||
|
# mysql_fix_privilege_tables.sh does not read from [client] so it
|
||
|
# need its own section
|
||
|
[mysql_fix_privilege_tables]
|
||
|
socket= @client.socket
|
||
|
port= @client.port
|
||
|
user= @client.user
|
||
|
password= @client.password
|
||
|
|
||
|
[ENV]
|
||
|
MASTER_MYPORT= @mysqld.1.port
|
||
|
MASTER_MYSOCK= @mysqld.1.socket
|