Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save olublessed/b0160e50a08e308e8f4b13bea2be75a3 to your computer and use it in GitHub Desktop.
Save olublessed/b0160e50a08e308e8f4b13bea2be75a3 to your computer and use it in GitHub Desktop.
root@hudexchange-web:/var/www/vmhost/apps/hudexchange/scraps/mariadb_docker/replication/bergerx# dockerComposeVersion=1.13.0
root@hudexchange-web:/var/www/vmhost/apps/hudexchange/scraps/mariadb_docker/replication/bergerx# curl -L https://github.com/docker/compose/releases/download/$dockerComposeVersion/docker-compose-`uname -s`- `uname -m` > /usr/local/bin/docker-compose
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 617 0 617 0 0 3554 0 --:--:-- --:--:-- --:--:-- 3566
100 8079k 100 8079k 0 0 367k 0 0:00:21 0:00:21 --:--:-- 417k
root@hudexchange-web:/var/www/vmhost/apps/hudexchange/scraps/mariadb_docker/replication/bergerx# chmod +x /usr/local/bin/docker-compose
root@hudexchange-web:/var/www/vmhost/apps/hudexchange/scraps/mariadb_docker/replication/bergerx# ./start.sh
+ export MYSQL_ROOT_PASSWORD=Oakton153
+ MYSQL_ROOT_PASSWORD=Oakton153
+ docker-compose up
Creating network "bergerx_default" with the default driver
Creating mysql_master ...
Creating mysql_master ... done
Creating mysql_slave1 ...
Creating mysql_slave2 ...
Creating mysql_slave1
Creating mysql_slave2 ... done
Attaching to mysql_master, mysql_slave1, mysql_slave2
mysql_master | Initializing database
mysql_master | 2017-06-30T18:07:48.425855Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_master | 2017-06-30T18:07:48.733225Z 0 [Warning] InnoDB: New log files created, LSN=45790
mysql_master | 2017-06-30T18:07:48.775723Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
mysql_master | 2017-06-30T18:07:48.843661Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 0691ad29-5dbf-1 1e7-8b35-0242ac120002.
mysql_master | 2017-06-30T18:07:48.844211Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
mysql_master | 2017-06-30T18:07:48.845355Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
mysql_master | 2017-06-30T18:07:49.217179Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:49.217214Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:49.217226Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:49.217237Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:49.217278Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | '/init-slave.sh' -> '/docker-entrypoint-initdb.d/init-slave.sh'
mysql_slave1 | Initializing database
mysql_slave1 | 2017-06-30T18:07:49.182026Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_slave1 | 2017-06-30T18:07:49.447117Z 0 [Warning] InnoDB: New log files created, LSN=45790
mysql_slave1 | 2017-06-30T18:07:49.489663Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
mysql_slave2 | '/init-slave.sh' -> '/docker-entrypoint-initdb.d/init-slave.sh'
mysql_slave1 | 2017-06-30T18:07:49.558631Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 06fec5a0-5dbf-1 1e7-8c4e-0242ac120003.
mysql_slave1 | 2017-06-30T18:07:49.559592Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
mysql_slave1 | 2017-06-30T18:07:49.560855Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
mysql_slave2 | Initializing database
mysql_slave2 | 2017-06-30T18:07:49.593540Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_slave2 | 2017-06-30T18:07:49.795907Z 0 [Warning] InnoDB: New log files created, LSN=45790
mysql_slave2 | 2017-06-30T18:07:49.596039Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
mysql_slave2 | 2017-06-30T18:07:49.666844Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 070f48b8-5dbf-1 1e7-8bb6-0242ac120004.
mysql_slave2 | 2017-06-30T18:07:49.668117Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
mysql_slave2 | 2017-06-30T18:07:49.670313Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
mysql_slave1 | 2017-06-30T18:07:49.763645Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:49.763772Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:49.763930Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:49.763970Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:49.764063Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:49.982791Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:49.982917Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:49.983900Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:49.984076Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:49.984539Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | Database initialized
mysql_slave1 | Initializing certificates
mysql_slave1 | Generating a 2048 bit RSA private key
mysql_master | Database initialized
mysql_master | Initializing certificates
mysql_master | Generating a 2048 bit RSA private key
mysql_master | ......+++
mysql_master | .............+++
mysql_master | unable to write 'random state'
mysql_master | writing new private key to 'ca-key.pem'
mysql_master | -----
mysql_master | Generating a 2048 bit RSA private key
mysql_master | ..........+++
mysql_master | ...+++
mysql_master | unable to write 'random state'
mysql_master | writing new private key to 'server-key.pem'
mysql_master | -----
mysql_master | Generating a 2048 bit RSA private key
mysql_slave1 | ...................................................................................+++
mysql_slave1 | .....+++
mysql_slave1 | unable to write 'random state'
mysql_slave1 | writing new private key to 'ca-key.pem'
mysql_slave1 | -----
mysql_slave1 | Generating a 2048 bit RSA private key
mysql_slave1 | .+++
mysql_slave1 | ....+++
mysql_slave1 | unable to write 'random state'
mysql_slave1 | writing new private key to 'server-key.pem'
mysql_slave1 | -----
mysql_slave1 | Generating a 2048 bit RSA private key
mysql_master | ....................................+++
mysql_master | ................+++
mysql_master | unable to write 'random state'
mysql_master | writing new private key to 'client-key.pem'
mysql_master | -----
mysql_slave1 | ............................................+++
mysql_master | Certificates initialized
mysql_master | MySQL init process in progress...
mysql_slave1 | ...............................................+++
mysql_slave1 | unable to write 'random state'
mysql_slave1 | writing new private key to 'client-key.pem'
mysql_slave1 | -----
mysql_slave2 | Database initialized
mysql_slave2 | Initializing certificates
mysql_slave2 | Generating a 2048 bit RSA private key
mysql_master | 2017-06-30T18:07:51.711273Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_master | 2017-06-30T18:07:51.712663Z 0 [Note] mysqld (mysqld 5.7.18-log) starting as process 91 ...
mysql_master | 2017-06-30T18:07:51.714465Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_master | 2017-06-30T18:07:51.715318Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_master | 2017-06-30T18:07:51.715370Z 0 [Note] InnoDB: Uses event mutexes
mysql_master | 2017-06-30T18:07:51.715437Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_master | 2017-06-30T18:07:51.715451Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
mysql_master | 2017-06-30T18:07:51.715465Z 0 [Note] InnoDB: Using Linux native AIO
mysql_master | 2017-06-30T18:07:51.715569Z 0 [Note] InnoDB: Number of pools: 1
mysql_master | 2017-06-30T18:07:51.715748Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_master | 2017-06-30T18:07:51.717258Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_master | 2017-06-30T18:07:51.722732Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_master | 2017-06-30T18:07:51.724663Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_master | 2017-06-30T18:07:51.736654Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_slave2 | ...................................+++
mysql_master | 2017-06-30T18:07:51.746015Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_master | 2017-06-30T18:07:51.746160Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_slave2 | ...........+++
mysql_slave2 | unable to write 'random state'
mysql_slave2 | writing new private key to 'ca-key.pem'
mysql_slave2 | -----
mysql_master | 2017-06-30T18:07:51.766838Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_master | 2017-06-30T18:07:51.770255Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_master | 2017-06-30T18:07:51.771447Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_master | 2017-06-30T18:07:51.778981Z 0 [Note] InnoDB: Waiting for purge to start
mysql_slave2 | Generating a 2048 bit RSA private key
mysql_slave2 | ........+++
mysql_slave1 | Certificates initialized
mysql_master | 2017-06-30T18:07:51.830749Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 2535558
mysql_master | 2017-06-30T18:07:51.834319Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_master | 2017-06-30T18:07:51.839336Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_slave1 | MySQL init process in progress...
mysql_master | 2017-06-30T18:07:51.860999Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_master | 2017-06-30T18:07:51.861301Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_master | 2017-06-30T18:07:51.867343Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170630 18:07:51
mysql_master | 2017-06-30T18:07:51.870372Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:51.875967Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:51.876025Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:51.876772Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:51.882563Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | ............................................+++
mysql_slave2 | unable to write 'random state'
mysql_slave2 | writing new private key to 'server-key.pem'
mysql_slave2 | -----
mysql_master | 2017-06-30T18:07:51.911426Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_master | 2017-06-30T18:07:51.911715Z 0 [Note] mysqld: ready for connections.
mysql_master | Version: '5.7.18-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
mysql_master | 2017-06-30T18:07:51.911766Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '-- disable-partition-engine-check' to skip this check.
mysql_master | 2017-06-30T18:07:51.911786Z 0 [Note] Beginning of list of non-natively partitioned tables
mysql_slave2 | Generating a 2048 bit RSA private key
mysql_master | 2017-06-30T18:07:51.932613Z 0 [Note] End of list of non-natively partitioned tables
mysql_slave2 | ..+++
mysql_slave2 | .....+++
mysql_slave2 | unable to write 'random state'
mysql_slave2 | writing new private key to 'client-key.pem'
mysql_slave2 | -----
mysql_slave1 | 2017-06-30T18:07:52.033903Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_slave1 | 2017-06-30T18:07:52.034802Z 0 [Note] mysqld (mysqld 5.7.18-log) starting as process 95 ...
mysql_slave1 | 2017-06-30T18:07:52.036948Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_slave1 | 2017-06-30T18:07:52.038216Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_slave1 | 2017-06-30T18:07:52.038247Z 0 [Note] InnoDB: Uses event mutexes
mysql_slave1 | 2017-06-30T18:07:52.038278Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_slave1 | 2017-06-30T18:07:52.038295Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
mysql_slave1 | 2017-06-30T18:07:52.038309Z 0 [Note] InnoDB: Using Linux native AIO
mysql_slave1 | 2017-06-30T18:07:52.038567Z 0 [Note] InnoDB: Number of pools: 1
mysql_slave1 | 2017-06-30T18:07:52.038614Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_slave1 | 2017-06-30T18:07:52.039088Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_slave1 | 2017-06-30T18:07:52.045731Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_slave2 | Certificates initialized
mysql_slave1 | 2017-06-30T18:07:52.050064Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_slave1 | 2017-06-30T18:07:52.062275Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_slave1 | 2017-06-30T18:07:52.074036Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_slave1 | 2017-06-30T18:07:52.074177Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_slave2 | MySQL init process in progress...
mysql_slave1 | 2017-06-30T18:07:52.099198Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_slave1 | 2017-06-30T18:07:52.102255Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_slave1 | 2017-06-30T18:07:52.102378Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_slave1 | 2017-06-30T18:07:52.105134Z 0 [Note] InnoDB: Waiting for purge to start
mysql_slave1 | 2017-06-30T18:07:52.155429Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 2535755
mysql_slave1 | 2017-06-30T18:07:52.155905Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_slave1 | 2017-06-30T18:07:52.161385Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_slave1 | 2017-06-30T18:07:52.164319Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_slave1 | 2017-06-30T18:07:52.164719Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_slave1 | 2017-06-30T18:07:52.167592Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:52.167681Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:52.167772Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:52.167808Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:52.169823Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:52.175590Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170630 18:07:52
mysql_slave1 | 2017-06-30T18:07:52.185036Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_slave1 | 2017-06-30T18:07:52.188132Z 0 [Note] mysqld: ready for connections.
mysql_slave1 | Version: '5.7.18-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
mysql_slave1 | 2017-06-30T18:07:52.188579Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '-- disable-partition-engine-check' to skip this check.
mysql_slave1 | 2017-06-30T18:07:52.188748Z 0 [Note] Beginning of list of non-natively partitioned tables
mysql_slave1 | 2017-06-30T18:07:52.202950Z 0 [Note] End of list of non-natively partitioned tables
mysql_slave2 | 2017-06-30T18:07:52.260081Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_slave2 | 2017-06-30T18:07:52.260671Z 0 [Note] mysqld (mysqld 5.7.18-log) starting as process 96 ...
mysql_slave2 | 2017-06-30T18:07:52.264894Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_slave2 | 2017-06-30T18:07:52.265243Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_slave2 | 2017-06-30T18:07:52.265281Z 0 [Note] InnoDB: Uses event mutexes
mysql_slave2 | 2017-06-30T18:07:52.265468Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_slave2 | 2017-06-30T18:07:52.265512Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
mysql_slave2 | 2017-06-30T18:07:52.265811Z 0 [Note] InnoDB: Using Linux native AIO
mysql_slave2 | 2017-06-30T18:07:52.265995Z 0 [Note] InnoDB: Number of pools: 1
mysql_slave2 | 2017-06-30T18:07:52.266419Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_slave2 | 2017-06-30T18:07:52.267697Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_slave2 | 2017-06-30T18:07:52.275234Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_slave2 | 2017-06-30T18:07:52.277666Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_slave2 | 2017-06-30T18:07:52.288997Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_slave2 | 2017-06-30T18:07:52.300165Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_slave2 | 2017-06-30T18:07:52.300229Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_slave2 | 2017-06-30T18:07:52.318928Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_slave2 | 2017-06-30T18:07:52.321476Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_slave2 | 2017-06-30T18:07:52.321696Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_slave2 | 2017-06-30T18:07:52.324761Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 2535558
mysql_slave2 | 2017-06-30T18:07:52.325630Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_slave2 | 2017-06-30T18:07:52.326250Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_slave2 | 2017-06-30T18:07:52.327560Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170630 18:07:52
mysql_slave2 | 2017-06-30T18:07:52.333839Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_slave2 | 2017-06-30T18:07:52.334578Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_slave2 | 2017-06-30T18:07:52.337754Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:52.338027Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:52.338261Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:52.338571Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:52.340372Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:52.348603Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_slave2 | 2017-06-30T18:07:52.349524Z 0 [Note] mysqld: ready for connections.
mysql_slave2 | Version: '5.7.18-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
mysql_slave2 | 2017-06-30T18:07:52.349876Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '-- disable-partition-engine-check' to skip this check.
mysql_slave2 | 2017-06-30T18:07:52.350103Z 0 [Note] Beginning of list of non-natively partitioned tables
mysql_slave2 | 2017-06-30T18:07:52.360515Z 0 [Note] End of list of non-natively partitioned tables
mysql_master | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_master | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mysql_slave2 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_slave2 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mysql_slave1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_slave1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mysql_master | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_slave1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_master | 2017-06-30T18:07:56.256859Z 5 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.256972Z 5 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.257428Z 5 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.257537Z 5 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.257628Z 5 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master |
mysql_master | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init-master.sh
mysql_master | Creating replication user ...
mysql_master | 2017-06-30T18:07:56.265629Z 6 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.266147Z 6 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.266383Z 6 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.266622Z 6 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:56.267014Z 6 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master |
mysql_master | 2017-06-30T18:07:56.268870Z 0 [Note] Giving 0 client threads a chance to die gracefully
mysql_master | 2017-06-30T18:07:56.268905Z 0 [Note] Shutting down slave threads
mysql_master | 2017-06-30T18:07:56.269236Z 0 [Note] Forcefully disconnecting 0 remaining clients
mysql_master | 2017-06-30T18:07:56.269404Z 0 [Note] Event Scheduler: Purging the queue. 0 events
mysql_master | 2017-06-30T18:07:56.269580Z 0 [Note] Binlog end
mysql_master | 2017-06-30T18:07:56.271244Z 0 [Note] Shutting down plugin 'ngram'
mysql_master | 2017-06-30T18:07:56.271469Z 0 [Note] Shutting down plugin 'BLACKHOLE'
mysql_master | 2017-06-30T18:07:56.271700Z 0 [Note] Shutting down plugin 'partition'
mysql_master | 2017-06-30T18:07:56.271952Z 0 [Note] Shutting down plugin 'ARCHIVE'
mysql_master | 2017-06-30T18:07:56.272186Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
mysql_master | 2017-06-30T18:07:56.272406Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
mysql_master | 2017-06-30T18:07:56.274046Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
mysql_master | 2017-06-30T18:07:56.275337Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
mysql_master | 2017-06-30T18:07:56.276124Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
mysql_master | 2017-06-30T18:07:56.276435Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
mysql_master | 2017-06-30T18:07:56.276717Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
mysql_master | 2017-06-30T18:07:56.276927Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
mysql_master | 2017-06-30T18:07:56.277683Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_master | 2017-06-30T18:07:56.278013Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
mysql_master | 2017-06-30T18:07:56.278188Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_master | 2017-06-30T18:07:56.278367Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
mysql_master | 2017-06-30T18:07:56.278533Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_master | 2017-06-30T18:07:56.278690Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
mysql_master | 2017-06-30T18:07:56.279651Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
mysql_master | 2017-06-30T18:07:56.279872Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
mysql_master | 2017-06-30T18:07:56.280038Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
mysql_master | 2017-06-30T18:07:56.280254Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
mysql_master | 2017-06-30T18:07:56.280388Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
mysql_master | 2017-06-30T18:07:56.280553Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
mysql_master | 2017-06-30T18:07:56.281202Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
mysql_master | 2017-06-30T18:07:56.281435Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
mysql_master | 2017-06-30T18:07:56.281598Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
mysql_master | 2017-06-30T18:07:56.281755Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
mysql_master | 2017-06-30T18:07:56.281975Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
mysql_master | 2017-06-30T18:07:56.282130Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
mysql_master | 2017-06-30T18:07:56.282813Z 0 [Note] Shutting down plugin 'INNODB_CMP'
mysql_master | 2017-06-30T18:07:56.283035Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
mysql_master | 2017-06-30T18:07:56.283167Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
mysql_master | 2017-06-30T18:07:56.283321Z 0 [Note] Shutting down plugin 'INNODB_TRX'
mysql_master | 2017-06-30T18:07:56.283478Z 0 [Note] Shutting down plugin 'InnoDB'
mysql_master | 2017-06-30T18:07:56.283724Z 0 [Note] InnoDB: FTS optimize thread exiting.
mysql_master | 2017-06-30T18:07:56.284680Z 0 [Note] InnoDB: Starting shutdown...
mysql_slave1 | 2017-06-30T18:07:56.316840Z 5 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:56.316873Z 5 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:56.317031Z 5 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:56.317169Z 5 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 | 2017-06-30T18:07:56.317205Z 5 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave1 |
mysql_slave1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init-slave.sh
mysql_slave1 | Updating master connetion info in slave.
mysql_slave1 | 2017-06-30T18:07:56.327210Z 6 [Note] 'CHANGE MASTER TO FOR CHANNEL '' executed'. Previous state master_host='', master_port= 3306, master_log_file='', master_log_pos= 4, master_bind=''. N ew state master_host='master', master_port= 3306, master_log_file='', master_log_pos= 4, master_bind=''.
mysql_slave1 | mysqldump: [Warning] Using a password on the command line interface can be insecure.
mysql_slave1 | mysqldump: Got error: 2003: Can't connect to MySQL server on 'master' (111) when trying to connect
mysql_master | 2017-06-30T18:07:56.385276Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mysql_master | 2017-06-30T18:07:56.386051Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170630 18:07:56
mysql_slave2 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_slave2 | 2017-06-30T18:07:56.549071Z 5 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:56.549335Z 5 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:56.549447Z 5 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:56.549544Z 5 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 | 2017-06-30T18:07:56.549781Z 5 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_slave2 |
mysql_slave2 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init-slave.sh
mysql_slave2 | Updating master connetion info in slave.
mysql_slave2 | 2017-06-30T18:07:56.565014Z 6 [Note] 'CHANGE MASTER TO FOR CHANNEL '' executed'. Previous state master_host='', master_port= 3306, master_log_file='', master_log_pos= 4, master_bind=''. N ew state master_host='master', master_port= 3306, master_log_file='', master_log_pos= 4, master_bind=''.
mysql_slave2 | mysqldump: [Warning] Using a password on the command line interface can be insecure.
mysql_slave2 | mysqldump: Got error: 2003: Can't connect to MySQL server on 'master' (111) when trying to connect
mysql_master | 2017-06-30T18:07:57.695034Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12139910
mysql_master | 2017-06-30T18:07:57.696797Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_master | 2017-06-30T18:07:57.696854Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
mysql_master | 2017-06-30T18:07:57.696860Z 0 [Note] Shutting down plugin 'MyISAM'
mysql_master | 2017-06-30T18:07:57.696869Z 0 [Note] Shutting down plugin 'CSV'
mysql_master | 2017-06-30T18:07:57.696880Z 0 [Note] Shutting down plugin 'MEMORY'
mysql_master | 2017-06-30T18:07:57.696883Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_master | 2017-06-30T18:07:57.696898Z 0 [Note] Shutting down plugin 'sha256_password'
mysql_master | 2017-06-30T18:07:57.696934Z 0 [Note] Shutting down plugin 'mysql_native_password'
mysql_master | 2017-06-30T18:07:57.697043Z 0 [Note] Shutting down plugin 'binlog'
mysql_master | 2017-06-30T18:07:57.697526Z 0 [Note] mysqld: Shutdown complete
mysql_master |
mysql_master |
mysql_master | MySQL init process done. Ready for start up.
mysql_master |
mysql_master | 2017-06-30T18:07:57.893465Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details ).
mysql_master | 2017-06-30T18:07:57.894679Z 0 [Note] mysqld (mysqld 5.7.18-log) starting as process 1 ...
mysql_master | 2017-06-30T18:07:57.910071Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_master | 2017-06-30T18:07:57.910108Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_master | 2017-06-30T18:07:57.910114Z 0 [Note] InnoDB: Uses event mutexes
mysql_master | 2017-06-30T18:07:57.910119Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_master | 2017-06-30T18:07:57.910126Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
mysql_master | 2017-06-30T18:07:57.910130Z 0 [Note] InnoDB: Using Linux native AIO
mysql_master | 2017-06-30T18:07:57.910345Z 0 [Note] InnoDB: Number of pools: 1
mysql_master | 2017-06-30T18:07:57.910464Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_master | 2017-06-30T18:07:57.912442Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_master | 2017-06-30T18:07:57.929703Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_master | 2017-06-30T18:07:57.935125Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_master | 2017-06-30T18:07:57.947271Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_master | 2017-06-30T18:07:57.989594Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_master | 2017-06-30T18:07:57.989670Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_master | 2017-06-30T18:07:58.038016Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_master | 2017-06-30T18:07:58.040337Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_master | 2017-06-30T18:07:58.045040Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_master | 2017-06-30T18:07:58.047026Z 0 [Note] InnoDB: Waiting for purge to start
mysql_master | 2017-06-30T18:07:58.097216Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 12139910
mysql_master | 2017-06-30T18:07:58.097853Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_master | 2017-06-30T18:07:58.101999Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_master | 2017-06-30T18:07:58.121942Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170630 18:07:58
mysql_master | 2017-06-30T18:07:58.134708Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_master | 2017-06-30T18:07:58.135891Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_master | 2017-06-30T18:07:58.136571Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_master | 2017-06-30T18:07:58.137374Z 0 [Note] IPv6 is available.
mysql_master | 2017-06-30T18:07:58.137402Z 0 [Note] - '::' resolves to '::';
mysql_master | 2017-06-30T18:07:58.137419Z 0 [Note] Server socket created on IP: '::'.
mysql_master | 2017-06-30T18:07:58.139841Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:58.139871Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:58.139911Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:58.140288Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:58.142728Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_master | 2017-06-30T18:07:58.150372Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_master | 2017-06-30T18:07:58.150916Z 0 [Note] mysqld: ready for connections.
mysql_master | Version: '5.7.18-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
mysql_master | 2017-06-30T18:07:58.150941Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '-- disable-partition-engine-check' to skip this check.
mysql_master | 2017-06-30T18:07:58.150944Z 0 [Note] Beginning of list of non-natively partitioned tables
mysql_master | 2017-06-30T18:07:58.166099Z 0 [Note] End of list of non-natively partitioned tables
mysql_master | 2017-06-30T18:07:58.528084Z 3 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:07:59.748282Z 4 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:00.906507Z 5 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:02.063124Z 6 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:03.236370Z 7 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:04.391127Z 8 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:05.567573Z 9 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:06.785368Z 10 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:07.951012Z 11 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:09.114161Z 12 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:10.274232Z 13 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:11.446562Z 14 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:12.603706Z 15 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:13.829520Z 16 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:14.994675Z 17 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:16.175750Z 18 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:17.339082Z 19 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:18.495055Z 20 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:19.656497Z 21 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:20.812180Z 22 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:21.989691Z 23 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:23.147132Z 24 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:24.300125Z 25 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:25.516878Z 26 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:26.673655Z 27 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:08:27.833003Z 28 [Note] Access denied for user 'root'@'10.0.2.2' (using password: YES)
mysql_master | 2017-06-30T18:10:43.474743Z 29 [Note] Access denied for user 'root'@'192.168.56.1' (using password: YES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment