mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 00:11:45 -07:00
initial commit
This commit is contained in:
parent
9fcbbaad81
commit
76a1adffef
108 changed files with 8729 additions and 42 deletions
|
@ -0,0 +1,11 @@
|
|||
[mysqld]
|
||||
server_id = 1
|
||||
port = {{ master_port }}
|
||||
datadir = {{ master_datadir }}
|
||||
socket = {{ master_datadir }}/mysql.sock
|
||||
pid-file = {{ master_datadir }}/mysql.pid
|
||||
#mysqladmin = /usr/bin/mysqladmin
|
||||
log_bin = /var/log/mysql/mysql-bin.log
|
||||
sync_binlog = 1
|
||||
binlog-format = ROW
|
||||
innodb_flush_log_at_trx_commit = 1
|
Loading…
Add table
Add a link
Reference in a new issue