mysqlbinlog - Why binlog stop when mysql start -


i use mysql 5.7.19 in docker

after mysql starting, show binlog events return below, binlog stop after previous_gtids:

enter image description here

and configuration file simple :

[mysqld] server-id=100 log-bin=mysq-bin binlog_do_db=test 

withshow variables '%bin%', can see log_bin on

and log

2017-08-14t17:12:55.036324z 0 [warning] timestamp implicit default value deprecated. please use --explicit_defaults_for_timestamp server option (see documentation more details). 2017-08-14t17:12:55.036845z 0 [note] mysqld (mysqld 5.7.19-log) starting process 1 ... 2017-08-14t17:12:55.038682z 0 [note] innodb: punch hole support available 2017-08-14t17:12:55.038696z 0 [note] innodb: mutexes , rw_locks use gcc atomic builtins 2017-08-14t17:12:55.038698z 0 [note] innodb: uses event mutexes 2017-08-14t17:12:55.038699z 0 [note] innodb: gcc builtin __atomic_thread_fence() used memory barrier 2017-08-14t17:12:55.038700z 0 [note] innodb: compressed tables use zlib 1.2.3 2017-08-14t17:12:55.038704z 0 [note] innodb: using linux native aio 2017-08-14t17:12:55.038815z 0 [note] innodb: number of pools: 1 2017-08-14t17:12:55.038859z 0 [note] innodb: using cpu crc32 instructions 2017-08-14t17:12:55.039557z 0 [note] innodb: initializing buffer pool, total size = 128m, instances = 1, chunk size = 128m 2017-08-14t17:12:55.043151z 0 [note] innodb: completed initialization of buffer pool 2017-08-14t17:12:55.044137z 0 [note] innodb: if mysqld execution user authorized, page cleaner thread priority can changed. see man page of setpriority(). 2017-08-14t17:12:55.055186z 0 [note] innodb: highest supported file format barracuda. 2017-08-14t17:12:55.095292z 0 [note] innodb: creating shared tablespace temporary tables 2017-08-14t17:12:55.095415z 0 [note] innodb: setting file './ibtmp1' size 12 mb. physically writing file full; please wait ... 2017-08-14t17:12:55.318358z 0 [note] innodb: file './ibtmp1' size 12 mb. 2017-08-14t17:12:55.320087z 0 [note] innodb: 96 redo rollback segment(s) found. 96 redo rollback segment(s) active. 2017-08-14t17:12:55.320110z 0 [note] innodb: 32 non-redo rollback segment(s) active. 2017-08-14t17:12:55.321156z 0 [note] innodb: waiting purge start 2017-08-14t17:12:55.371381z 0 [note] innodb: 5.7.19 started; log sequence number 12144759 2017-08-14t17:12:55.372224z 0 [note] innodb: loading buffer pool(s) /var/lib/mysql/ib_buffer_pool 2017-08-14t17:12:55.372582z 0 [note] plugin 'federated' disabled. 2017-08-14t17:12:55.377608z 0 [note] innodb: buffer pool(s) load completed @ 170814 17:12:55 2017-08-14t17:12:55.510976z 0 [note] found ca.pem, server-cert.pem , server-key.pem in data directory. trying enable ssl support using them. 2017-08-14t17:12:55.511523z 0 [warning] ca certificate ca.pem self signed. 2017-08-14t17:12:55.516422z 0 [note] server hostname (bind-address): '*'; port: 3306 2017-08-14t17:12:55.516439z 0 [note] ipv6 available. 2017-08-14t17:12:55.516444z 0 [note]   - '::' resolves '::'; 2017-08-14t17:12:55.516453z 0 [note] server socket created on ip: '::'. 2017-08-14t17:12:55.567045z 0 [note] event scheduler: loaded 0 events 2017-08-14t17:12:55.567443z 0 [note] mysqld: ready connections. version: '5.7.19-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mysql community server (gpl) 2017-08-14t17:12:55.567474z 0 [note] executing 'select * information_schema.tables;' list of tables using deprecated partition engine. may use startup option '--disable-partition-engine-check' skip check.  2017-08-14t17:12:55.567480z 0 [note] beginning of list of non-natively partitioned tables 2017-08-14t17:12:55.588831z 0 [note] end of list of non-natively partitioned tables 2017-08-14t17:13:04.076825z 3 [warning] ip address '172.17.0.1' not resolved: name or service not known 

anything thing wrong?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -