Skip to content

Commit 50e9dfb

Browse files
authored
Update README.md
1 parent f14009e commit 50e9dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ MySQL server settings
4444
In your MySQL server configuration file you need to enable replication:
4545

4646
[mysqld]
47-
server-id = 1
48-
log_bin = /var/log/mysql/mysql-bin.log
47+
server-id = 1
48+
log_bin = /var/log/mysql/mysql-bin.log
4949
expire_logs_days = 10
5050
max_binlog_size = 100M
5151
binlog-format = row #Very important if you want to receive write, update and delete row events

0 commit comments

Comments
 (0)