Skip to content

Commit ce7ca75

Browse files
authored
Merge pull request #38 from sunsingerus/master
my.cnf options - make max_binlog_size bigger
2 parents 9b7feb6 + 1b334de commit ce7ca75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Also the following MySQL config options are required:
6666
[mysqld]
6767
server-id = 1
6868
log_bin = /var/lib/mysql/bin.log
69-
expire_logs_days = 10
70-
max_binlog_size = 100M
69+
expire_logs_days = 30
70+
max_binlog_size = 768M
7171
binlog-format = row #Very important if you want to receive write, update and delete row events
7272
```
7373

@@ -98,7 +98,8 @@ Data reader understands INSERT SQL statements only. In practice this means that:
9898

9999
## Example
100100

101-
Let's walk over test example of tool launch command line options
101+
Let's walk over test example of tool launch command line options.
102+
This code snippet is taken from [datareader script](run_airline_ontime_data_reader.sh) shell file, described in more details in [airline.ontime Test Case](#airlineontime-test-case)
102103

103104
```bash
104105
$PYTHON main.py ${*:1} \

0 commit comments

Comments
 (0)