We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14009e commit 50e9dfbCopy full SHA for 50e9dfb
README.md
@@ -44,8 +44,8 @@ MySQL server settings
44
In your MySQL server configuration file you need to enable replication:
45
46
[mysqld]
47
- server-id = 1
48
- log_bin = /var/log/mysql/mysql-bin.log
+ server-id = 1
+ log_bin = /var/log/mysql/mysql-bin.log
49
expire_logs_days = 10
50
max_binlog_size = 100M
51
binlog-format = row #Very important if you want to receive write, update and delete row events
0 commit comments