[ create a new paste ] login | about

Link: http://codepad.org/vcbzq2fn    [ raw code | fork ]

Tcl, pasted on Jul 11:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
2017-06-08T05:20:02.843917Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-08T05:20:02.874728Z 0 [Note] Shutting down slave threads
2017-06-08T05:20:02.874761Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-08T05:20:02.874779Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-08T05:20:02.965090Z 0 [Note] Binlog end
2017-06-08T05:20:02.966160Z 0 [Note] Shutting down plugin 'ngram'
2017-06-08T05:20:02.966200Z 0 [Note] Shutting down plugin 'partition'
2017-06-08T05:20:02.966210Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-08T05:20:02.966219Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-08T05:20:02.966227Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-08T05:20:02.966277Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-08T05:20:02.966286Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-08T05:20:02.966298Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-08T05:20:02.966306Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-08T05:20:02.966313Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-08T05:20:02.966321Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-08T05:20:02.966328Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-08T05:20:02.966336Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-08T05:20:02.966343Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-08T05:20:02.966351Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-08T05:20:02.966358Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-08T05:20:02.966365Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-08T05:20:02.966373Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-08T05:20:02.966380Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-08T05:20:02.966387Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-08T05:20:02.966394Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-08T05:20:02.966402Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-08T05:20:02.966409Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-08T05:20:02.966416Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-08T05:20:02.966424Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-08T05:20:02.966431Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-08T05:20:02.966438Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-08T05:20:02.966446Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-08T05:20:02.966453Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-08T05:20:02.966460Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-08T05:20:02.966468Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-08T05:20:02.966475Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-08T05:20:02.966482Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-08T05:20:02.966490Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-08T05:20:02.966497Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-08T05:20:02.966504Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-08T05:20:02.966512Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-08T05:20:02.966519Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-08T05:20:02.969679Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-08T05:20:02.969874Z 0 [Note] InnoDB: Starting shutdown...
2017-06-08T05:20:03.075425Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-08T05:20:03.099809Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170608  8:20:03
2017-06-08T05:20:04.716850Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144336
2017-06-08T05:20:04.723510Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-08T05:20:04.723608Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-08T05:20:04.723636Z 0 [Note] Shutting down plugin 'CSV'
2017-06-08T05:20:04.723661Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-08T05:20:04.723682Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-08T05:20:04.724129Z 0 [Note] Shutting down plugin 'binlog'
2017-06-08T05:20:04.725020Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-08T07:39:39.011129Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-08T07:39:39.012791Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-08T07:39:39.363978Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-08T07:39:39.612704Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1058 ...
2017-06-08T07:39:40.116315Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-08T07:39:40.116371Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-08T07:39:40.116384Z 0 [Note] InnoDB: Uses event mutexes
2017-06-08T07:39:40.116396Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-08T07:39:40.116407Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-08T07:39:40.116418Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-08T07:39:40.116859Z 0 [Note] InnoDB: Number of pools: 1
2017-06-08T07:39:40.117064Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-08T07:39:40.120050Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-08T07:39:40.138639Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-08T07:39:40.142283Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-08T07:39:40.499266Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-08T07:39:41.101590Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-08T07:39:41.195574Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-08T07:39:41.676622Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-08T07:39:41.678061Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-08T07:39:41.678105Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-08T07:39:41.679677Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144336
2017-06-08T07:39:41.680878Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-08T07:39:41.681034Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-08T07:39:42.285590Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-08T07:39:42.285691Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-08T07:39:42.285744Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-08T07:39:42.285867Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-08T07:39:43.381669Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170608 10:39:43
2017-06-08T07:39:43.452549Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-08T07:39:43.452827Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-08T07:39:43.452849Z 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. 
2017-06-08T07:39:43.452859Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-08T07:39:43.687146Z 0 [Note] End of list of non-natively partitioned tables
2017-06-08T07:39:43.692919Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-08T20:22:01.042179Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-08T20:22:01.042234Z 0 [Note] Shutting down slave threads
2017-06-08T20:22:01.042246Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-08T20:22:01.042260Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-08T20:22:01.104180Z 0 [Note] Binlog end
2017-06-08T20:22:01.219394Z 0 [Note] Shutting down plugin 'ngram'
2017-06-08T20:22:01.219447Z 0 [Note] Shutting down plugin 'partition'
2017-06-08T20:22:01.219457Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-08T20:22:01.219466Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-08T20:22:01.219474Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-08T20:22:01.219526Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-08T20:22:01.219535Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-08T20:22:01.219548Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-08T20:22:01.219556Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-08T20:22:01.219564Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-08T20:22:01.219571Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-08T20:22:01.219579Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-08T20:22:01.219586Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-08T20:22:01.219594Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-08T20:22:01.219601Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-08T20:22:01.219608Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-08T20:22:01.219616Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-08T20:22:01.219624Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-08T20:22:01.219631Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-08T20:22:01.219638Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-08T20:22:01.219646Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-08T20:22:01.219653Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-08T20:22:01.219661Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-08T20:22:01.219668Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-08T20:22:01.219676Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-08T20:22:01.219683Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-08T20:22:01.219691Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-08T20:22:01.219698Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-08T20:22:01.219706Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-08T20:22:01.219713Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-08T20:22:01.219721Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-08T20:22:01.219728Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-08T20:22:01.219735Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-08T20:22:01.219743Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-08T20:22:01.219750Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-08T20:22:01.219758Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-08T20:22:01.219765Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-08T20:22:01.219773Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-08T20:22:01.219885Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-08T20:22:01.220193Z 0 [Note] InnoDB: Starting shutdown...
2017-06-08T20:22:01.320408Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-08T20:22:01.320743Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170608 23:22:01
2017-06-08T20:22:02.634671Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144364
2017-06-08T20:22:02.641362Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-08T20:22:02.641418Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-08T20:22:02.641434Z 0 [Note] Shutting down plugin 'CSV'
2017-06-08T20:22:02.641448Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-08T20:22:02.641460Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-08T20:22:02.641685Z 0 [Note] Shutting down plugin 'binlog'
2017-06-08T20:22:02.642297Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-09T11:02:34.483493Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-09T11:02:34.483570Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-09T11:02:34.886259Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-09T11:02:34.905915Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1114 ...
2017-06-09T11:02:35.159504Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-09T11:02:35.159560Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-09T11:02:35.159572Z 0 [Note] InnoDB: Uses event mutexes
2017-06-09T11:02:35.159583Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-09T11:02:35.159597Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-09T11:02:35.159608Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-09T11:02:35.160045Z 0 [Note] InnoDB: Number of pools: 1
2017-06-09T11:02:35.160256Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-09T11:02:35.163266Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-09T11:02:35.183165Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-09T11:02:35.187236Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-09T11:02:35.509122Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-09T11:02:36.343998Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-09T11:02:36.344130Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-09T11:02:37.041888Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-09T11:02:37.043542Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-09T11:02:37.043591Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-09T11:02:37.046955Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144364
2017-06-09T11:02:37.047427Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-09T11:02:37.047822Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-09T11:02:38.392040Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-09T11:02:38.392155Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-09T11:02:38.392197Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-09T11:02:38.392338Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-09T11:02:39.416419Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170609 14:02:39
2017-06-09T11:02:39.513431Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-09T11:02:39.513735Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-09T11:02:39.513755Z 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. 
2017-06-09T11:02:39.513763Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-09T11:02:39.896229Z 0 [Note] End of list of non-natively partitioned tables
2017-06-09T11:02:39.899522Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-09T19:40:09.937526Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-09T19:40:09.937588Z 0 [Note] Shutting down slave threads
2017-06-09T19:40:09.937604Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-09T19:40:09.937620Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-09T19:40:09.965132Z 0 [Note] Binlog end
2017-06-09T19:40:09.965802Z 0 [Note] Shutting down plugin 'ngram'
2017-06-09T19:40:09.965843Z 0 [Note] Shutting down plugin 'partition'
2017-06-09T19:40:09.965854Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-09T19:40:09.965865Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-09T19:40:09.965899Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-09T19:40:09.965950Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-09T19:40:09.965960Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-09T19:40:09.965972Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-09T19:40:09.965981Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-09T19:40:09.965989Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-09T19:40:09.965997Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-09T19:40:09.966005Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-09T19:40:09.966013Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-09T19:40:09.966021Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-09T19:40:09.966028Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-09T19:40:09.966036Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-09T19:40:09.966044Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-09T19:40:09.966052Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-09T19:40:09.966059Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-09T19:40:09.966067Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-09T19:40:09.966075Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-09T19:40:09.966082Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-09T19:40:09.966090Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-09T19:40:09.966098Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-09T19:40:09.966105Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-09T19:40:09.966113Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-09T19:40:09.966121Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-09T19:40:09.966129Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-09T19:40:09.966136Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-09T19:40:09.966144Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-09T19:40:09.966152Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-09T19:40:09.966160Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-09T19:40:09.966167Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-09T19:40:09.966175Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-09T19:40:09.966183Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-09T19:40:09.966190Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-09T19:40:09.966198Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-09T19:40:09.966206Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-09T19:40:09.966292Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-09T19:40:09.966708Z 0 [Note] InnoDB: Starting shutdown...
2017-06-09T19:40:10.077638Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-09T19:40:10.110670Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170609 22:40:10
2017-06-09T19:40:12.066346Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144392
2017-06-09T19:40:12.073560Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-09T19:40:12.073658Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-09T19:40:12.073687Z 0 [Note] Shutting down plugin 'CSV'
2017-06-09T19:40:12.073712Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-09T19:40:12.073734Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-09T19:40:12.074135Z 0 [Note] Shutting down plugin 'binlog'
2017-06-09T19:40:12.075231Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-10T07:24:54.683749Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-10T07:24:54.683947Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-10T07:24:55.414476Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-10T07:24:55.602532Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1294 ...
2017-06-10T07:24:56.780638Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-10T07:24:56.829171Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-10T07:24:56.829199Z 0 [Note] InnoDB: Uses event mutexes
2017-06-10T07:24:56.829212Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-10T07:24:56.829223Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-10T07:24:56.829235Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-10T07:24:56.915701Z 0 [Note] InnoDB: Number of pools: 1
2017-06-10T07:24:56.930596Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-10T07:24:56.934547Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-10T07:24:57.041459Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-10T07:24:57.047219Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-10T07:24:57.152413Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-10T07:24:58.498493Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-10T07:24:58.498665Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-10T07:24:58.898522Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-10T07:24:58.901485Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-10T07:24:58.901572Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-10T07:24:58.904832Z 0 [Note] InnoDB: Waiting for purge to start
2017-06-10T07:24:58.955156Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144392
2017-06-10T07:24:58.958030Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-10T07:24:59.109770Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-10T07:25:00.132095Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-10T07:25:00.132144Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-10T07:25:00.132164Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-10T07:25:00.132228Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-10T07:25:00.710352Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170610 10:25:00
2017-06-10T07:25:01.278111Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-10T07:25:01.278832Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-10T07:25:01.278901Z 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. 
2017-06-10T07:25:01.278922Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-10T07:25:01.496319Z 0 [Note] End of list of non-natively partitioned tables
2017-06-10T07:25:01.512614Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-10T21:31:17.985489Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-10T21:31:17.985554Z 0 [Note] Shutting down slave threads
2017-06-10T21:31:17.985565Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-10T21:31:17.985579Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-10T21:31:18.067218Z 0 [Note] Binlog end
2017-06-10T21:31:18.100234Z 0 [Note] Shutting down plugin 'ngram'
2017-06-10T21:31:18.100281Z 0 [Note] Shutting down plugin 'partition'
2017-06-10T21:31:18.100291Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-10T21:31:18.100301Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-10T21:31:18.100310Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-10T21:31:18.100363Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-10T21:31:18.100373Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-10T21:31:18.100411Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-10T21:31:18.100420Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-10T21:31:18.100427Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-10T21:31:18.100434Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-10T21:31:18.100442Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-10T21:31:18.100449Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-10T21:31:18.100456Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-10T21:31:18.100464Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-10T21:31:18.103727Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-10T21:31:18.103736Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-10T21:31:18.103744Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-10T21:31:18.103752Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-10T21:31:18.103759Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-10T21:31:18.103766Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-10T21:31:18.103773Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-10T21:31:18.103781Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-10T21:31:18.103788Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-10T21:31:18.103795Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-10T21:31:18.103803Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-10T21:31:18.103810Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-10T21:31:18.103817Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-10T21:31:18.103825Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-10T21:31:18.103832Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-10T21:31:18.103839Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-10T21:31:18.103847Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-10T21:31:18.103854Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-10T21:31:18.103861Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-10T21:31:18.103869Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-10T21:31:18.103876Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-10T21:31:18.103883Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-10T21:31:18.103891Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-10T21:31:18.104573Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-10T21:31:18.104821Z 0 [Note] InnoDB: Starting shutdown...
2017-06-10T21:31:18.207936Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-10T21:31:18.208242Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170611  0:31:18
2017-06-10T21:31:19.275345Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144420
2017-06-10T21:31:19.281618Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-10T21:31:19.281660Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-10T21:31:19.281671Z 0 [Note] Shutting down plugin 'CSV'
2017-06-10T21:31:19.281681Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-10T21:31:19.281689Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-10T21:31:19.281862Z 0 [Note] Shutting down plugin 'binlog'
2017-06-10T21:31:19.282336Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-11T09:11:37.617817Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-11T09:11:37.617898Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-11T09:11:38.057340Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-11T09:11:38.373279Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1122 ...
2017-06-11T09:11:38.410137Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-11T09:11:38.410192Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-11T09:11:38.410225Z 0 [Note] InnoDB: Uses event mutexes
2017-06-11T09:11:38.410236Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-11T09:11:38.410247Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-11T09:11:38.410257Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-11T09:11:38.410689Z 0 [Note] InnoDB: Number of pools: 1
2017-06-11T09:11:38.410893Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-11T09:11:38.413889Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-11T09:11:38.433591Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-11T09:11:38.437668Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-11T09:11:38.626173Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-11T09:11:40.611591Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-11T09:11:40.611724Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-11T09:11:41.192635Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-11T09:11:41.199014Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-11T09:11:41.199073Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-11T09:11:41.200599Z 0 [Note] InnoDB: Waiting for purge to start
2017-06-11T09:11:41.254099Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144420
2017-06-11T09:11:41.255725Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-11T09:11:41.256165Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-11T09:11:42.082564Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-11T09:11:42.082624Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-11T09:11:42.082650Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-11T09:11:42.082727Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-11T09:11:42.611568Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170611 12:11:42
2017-06-11T09:11:42.648443Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-11T09:11:42.648786Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-11T09:11:42.648817Z 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. 
2017-06-11T09:11:42.648830Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-11T09:11:42.820783Z 0 [Note] End of list of non-natively partitioned tables
2017-06-11T09:11:42.827010Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-11T10:06:59.776327Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-11T10:06:59.788846Z 0 [Note] Shutting down slave threads
2017-06-11T10:06:59.788893Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-11T10:06:59.788936Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-11T10:06:59.862178Z 0 [Note] Binlog end
2017-06-11T10:07:00.117101Z 0 [Note] Shutting down plugin 'ngram'
2017-06-11T10:07:00.117209Z 0 [Note] Shutting down plugin 'partition'
2017-06-11T10:07:00.117235Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-11T10:07:00.117834Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-11T10:07:00.117867Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-11T10:07:00.121872Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-11T10:07:00.121911Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-11T10:07:00.122697Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-11T10:07:00.129255Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-11T10:07:00.129293Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-11T10:07:00.129354Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-11T10:07:00.129375Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-11T10:07:00.129395Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-11T10:07:00.129414Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-11T10:07:00.129433Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-11T10:07:00.129452Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-11T10:07:00.129471Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-11T10:07:00.129490Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-11T10:07:00.129509Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-11T10:07:00.129528Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-11T10:07:00.129547Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-11T10:07:00.129566Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-11T10:07:00.129585Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-11T10:07:00.129604Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-11T10:07:00.129623Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-11T10:07:00.129642Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-11T10:07:00.129661Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-11T10:07:00.129680Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-11T10:07:00.129700Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-11T10:07:00.129719Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-11T10:07:00.129738Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-11T10:07:00.129757Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-11T10:07:00.129776Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-11T10:07:00.129795Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-11T10:07:00.129813Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-11T10:07:00.129832Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-11T10:07:00.129852Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-11T10:07:00.129871Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-11T10:07:00.130139Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-11T10:07:00.130405Z 0 [Note] InnoDB: Starting shutdown...
2017-06-11T10:07:00.254217Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-11T10:07:00.254892Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170611 13:07:00
2017-06-11T10:07:02.096807Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144448
2017-06-11T10:07:02.097979Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-11T10:07:02.098019Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-11T10:07:02.098111Z 0 [Note] Shutting down plugin 'CSV'
2017-06-11T10:07:02.098141Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-11T10:07:02.098160Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-11T10:07:02.374421Z 0 [Note] Shutting down plugin 'binlog'
2017-06-11T10:07:02.418533Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-11T10:07:57.113017Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-11T10:07:57.113473Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-11T10:07:57.508407Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-11T10:07:57.620163Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1178 ...
2017-06-11T10:07:57.784451Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-11T10:07:57.784505Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-11T10:07:57.784517Z 0 [Note] InnoDB: Uses event mutexes
2017-06-11T10:07:57.784528Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-11T10:07:57.784539Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-11T10:07:57.784566Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-11T10:07:57.785004Z 0 [Note] InnoDB: Number of pools: 1
2017-06-11T10:07:57.785201Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-11T10:07:57.788203Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-11T10:07:57.810474Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-11T10:07:57.814548Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-11T10:07:57.928640Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-11T10:07:58.376381Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-11T10:07:58.376497Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-11T10:07:58.736511Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-11T10:07:58.738746Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-11T10:07:58.738856Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-11T10:07:58.741348Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144448
2017-06-11T10:07:58.741797Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-11T10:07:58.744948Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-11T10:07:59.215903Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-11T10:07:59.295043Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-11T10:07:59.295080Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-11T10:07:59.295181Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-11T10:07:59.961076Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170611 13:07:59
2017-06-11T10:08:00.066642Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-11T10:08:00.067811Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-11T10:08:00.067874Z 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. 
2017-06-11T10:08:00.067883Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-11T10:08:00.190748Z 0 [Note] End of list of non-natively partitioned tables
2017-06-11T10:08:00.193141Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-11T21:34:29.935050Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-11T21:34:29.990682Z 0 [Note] Shutting down slave threads
2017-06-11T21:34:29.990709Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-11T21:34:29.990724Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-11T21:34:29.991040Z 0 [Note] Binlog end
2017-06-11T21:34:29.991715Z 0 [Note] Shutting down plugin 'ngram'
2017-06-11T21:34:29.991755Z 0 [Note] Shutting down plugin 'partition'
2017-06-11T21:34:29.991765Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-11T21:34:29.991775Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-11T21:34:29.991783Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-11T21:34:29.991839Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-11T21:34:29.991848Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-11T21:34:29.991863Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-11T21:34:29.991872Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-11T21:34:29.991881Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-11T21:34:29.991890Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-11T21:34:29.991899Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-11T21:34:29.991907Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-11T21:34:29.991943Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-11T21:34:29.991951Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-11T21:34:29.991958Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-11T21:34:29.991966Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-11T21:34:29.991973Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-11T21:34:29.991980Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-11T21:34:29.991987Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-11T21:34:29.991995Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-11T21:34:29.992002Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-11T21:34:29.992009Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-11T21:34:29.992017Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-11T21:34:29.992024Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-11T21:34:29.992031Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-11T21:34:29.992039Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-11T21:34:29.992046Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-11T21:34:29.992053Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-11T21:34:29.992060Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-11T21:34:29.992068Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-11T21:34:29.992075Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-11T21:34:29.992082Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-11T21:34:29.992090Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-11T21:34:29.992097Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-11T21:34:29.992104Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-11T21:34:29.992111Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-11T21:34:29.992119Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-11T21:34:29.995129Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-11T21:34:29.999662Z 0 [Note] InnoDB: Starting shutdown...
2017-06-11T21:34:30.101235Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-11T21:34:30.101570Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170612  0:34:30
2017-06-11T21:34:31.329115Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144476
2017-06-11T21:34:31.332304Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-11T21:34:31.332353Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-11T21:34:31.332366Z 0 [Note] Shutting down plugin 'CSV'
2017-06-11T21:34:31.332378Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-11T21:34:31.332388Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-11T21:34:31.332579Z 0 [Note] Shutting down plugin 'binlog'
2017-06-11T21:34:31.333022Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-12T07:47:31.658873Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-12T07:47:31.659005Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-12T07:47:32.173821Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-12T07:47:32.198059Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1143 ...
2017-06-12T07:47:32.476644Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-12T07:47:32.476707Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-12T07:47:32.476721Z 0 [Note] InnoDB: Uses event mutexes
2017-06-12T07:47:32.476733Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-12T07:47:32.476745Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-12T07:47:32.476757Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-12T07:47:32.477181Z 0 [Note] InnoDB: Number of pools: 1
2017-06-12T07:47:32.477388Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-12T07:47:32.480379Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-12T07:47:32.498289Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-12T07:47:32.502587Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-12T07:47:32.742778Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-12T07:47:33.952838Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-12T07:47:33.952961Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-12T07:47:34.413612Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-12T07:47:34.416183Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-12T07:47:34.416241Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-12T07:47:34.417894Z 0 [Note] InnoDB: Waiting for purge to start
2017-06-12T07:47:34.468143Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144476
2017-06-12T07:47:34.502727Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-12T07:47:34.503318Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-12T07:47:35.624487Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-12T07:47:35.624589Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-12T07:47:35.624630Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-12T07:47:35.624764Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-12T07:47:36.491884Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170612 10:47:36
2017-06-12T07:47:36.582594Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-12T07:47:36.583906Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-12T07:47:36.583971Z 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. 
2017-06-12T07:47:36.583981Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-12T07:47:36.845440Z 0 [Note] End of list of non-natively partitioned tables
2017-06-12T07:47:36.850281Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-12T21:54:07.132746Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-12T21:54:07.245458Z 0 [Note] Shutting down slave threads
2017-06-12T21:54:07.245488Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-12T21:54:07.245504Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-12T21:54:07.245767Z 0 [Note] Binlog end
2017-06-12T21:54:07.246427Z 0 [Note] Shutting down plugin 'ngram'
2017-06-12T21:54:07.246465Z 0 [Note] Shutting down plugin 'partition'
2017-06-12T21:54:07.246476Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-12T21:54:07.246486Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-12T21:54:07.246495Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-12T21:54:07.246548Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-12T21:54:07.246558Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-12T21:54:07.246571Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-12T21:54:07.246580Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-12T21:54:07.246588Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-12T21:54:07.246597Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-12T21:54:07.246605Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-12T21:54:07.246614Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-12T21:54:07.246622Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-12T21:54:07.246631Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-12T21:54:07.246639Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-12T21:54:07.246674Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-12T21:54:07.246682Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-12T21:54:07.246689Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-12T21:54:07.246697Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-12T21:54:07.246704Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-12T21:54:07.246712Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-12T21:54:07.246719Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-12T21:54:07.246727Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-12T21:54:07.246734Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-12T21:54:07.246741Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-12T21:54:07.246749Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-12T21:54:07.246756Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-12T21:54:07.246764Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-12T21:54:07.246771Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-12T21:54:07.246779Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-12T21:54:07.246786Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-12T21:54:07.246794Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-12T21:54:07.246801Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-12T21:54:07.246808Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-12T21:54:07.246816Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-12T21:54:07.246823Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-12T21:54:07.246831Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-12T21:54:07.246948Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-12T21:54:07.247269Z 0 [Note] InnoDB: Starting shutdown...
2017-06-12T21:54:07.348176Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-12T21:54:07.355843Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170613  0:54:07
2017-06-12T21:54:09.041074Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144504
2017-06-12T21:54:09.048407Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-12T21:54:09.048508Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-12T21:54:09.048536Z 0 [Note] Shutting down plugin 'CSV'
2017-06-12T21:54:09.048561Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-12T21:54:09.048582Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-12T21:54:09.048986Z 0 [Note] Shutting down plugin 'binlog'
2017-06-12T21:54:09.049917Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-14T07:57:46.554144Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-14T07:57:46.554226Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-14T07:57:46.977355Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-14T07:57:47.001574Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1176 ...
2017-06-14T07:57:47.530223Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-14T07:57:47.530282Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-14T07:57:47.530295Z 0 [Note] InnoDB: Uses event mutexes
2017-06-14T07:57:47.530307Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-14T07:57:47.530320Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-14T07:57:47.530331Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-14T07:57:47.530781Z 0 [Note] InnoDB: Number of pools: 1
2017-06-14T07:57:47.530987Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-14T07:57:47.533875Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-14T07:57:47.552822Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-14T07:57:47.557153Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-14T07:57:47.846144Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-14T07:57:48.881496Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-14T07:57:48.881630Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-14T07:57:49.551271Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-14T07:57:49.552549Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-14T07:57:49.552591Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-14T07:57:49.554067Z 0 [Note] InnoDB: Waiting for purge to start
2017-06-14T07:57:49.609739Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144504
2017-06-14T07:57:49.627839Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-14T07:57:49.628447Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-14T07:57:50.274638Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-14T07:57:50.274726Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-14T07:57:50.274765Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-14T07:57:50.274891Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-14T07:57:51.287510Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-14T07:57:51.287879Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-14T07:57:51.287913Z 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. 
2017-06-14T07:57:51.287926Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-14T07:57:52.073429Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170614 10:57:52
2017-06-14T07:57:52.218482Z 0 [Note] End of list of non-natively partitioned tables
2017-06-14T07:57:52.228428Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-14T22:54:37.164796Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-14T22:54:37.167232Z 0 [Note] Shutting down slave threads
2017-06-14T22:54:37.167256Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-14T22:54:37.167272Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-14T22:54:37.237628Z 0 [Note] Binlog end
2017-06-14T22:54:37.238344Z 0 [Note] Shutting down plugin 'ngram'
2017-06-14T22:54:37.238389Z 0 [Note] Shutting down plugin 'partition'
2017-06-14T22:54:37.238400Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-14T22:54:37.238411Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-14T22:54:37.238420Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-14T22:54:37.238475Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-14T22:54:37.238486Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-14T22:54:37.238500Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-14T22:54:37.238509Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-14T22:54:37.238518Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-14T22:54:37.238528Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-14T22:54:37.238537Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2017-06-14T22:54:37.238546Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2017-06-14T22:54:37.238555Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2017-06-14T22:54:37.238564Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2017-06-14T22:54:37.238573Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2017-06-14T22:54:37.238582Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2017-06-14T22:54:37.238592Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2017-06-14T22:54:37.238600Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2017-06-14T22:54:37.238635Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2017-06-14T22:54:37.238644Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2017-06-14T22:54:37.238652Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2017-06-14T22:54:37.238660Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2017-06-14T22:54:37.238668Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2017-06-14T22:54:37.238676Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2017-06-14T22:54:37.238684Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2017-06-14T22:54:37.238692Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2017-06-14T22:54:37.238700Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2017-06-14T22:54:37.238708Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2017-06-14T22:54:37.238716Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2017-06-14T22:54:37.238724Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2017-06-14T22:54:37.238732Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2017-06-14T22:54:37.238740Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2017-06-14T22:54:37.238748Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2017-06-14T22:54:37.238756Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2017-06-14T22:54:37.238764Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2017-06-14T22:54:37.238772Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2017-06-14T22:54:37.238780Z 0 [Note] Shutting down plugin 'InnoDB'
2017-06-14T22:54:37.238873Z 0 [Note] InnoDB: FTS optimize thread exiting.
2017-06-14T22:54:37.239365Z 0 [Note] InnoDB: Starting shutdown...
2017-06-14T22:54:37.339611Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2017-06-14T22:54:37.340019Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170615  1:54:37
2017-06-14T22:54:39.043565Z 0 [Note] InnoDB: Shutdown completed; log sequence number 3144532
2017-06-14T22:54:39.057040Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2017-06-14T22:54:39.057152Z 0 [Note] Shutting down plugin 'MEMORY'
2017-06-14T22:54:39.057182Z 0 [Note] Shutting down plugin 'CSV'
2017-06-14T22:54:39.057208Z 0 [Note] Shutting down plugin 'sha256_password'
2017-06-14T22:54:39.057229Z 0 [Note] Shutting down plugin 'mysql_native_password'
2017-06-14T22:54:39.057626Z 0 [Note] Shutting down plugin 'binlog'
2017-06-14T22:54:39.058529Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

2017-06-15T09:08:02.656665Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2017-06-15T09:08:02.656884Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
2017-06-15T09:08:03.371462Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-15T09:08:03.794695Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.18-0ubuntu0.17.04.1) starting as process 1178 ...
2017-06-15T09:08:05.210664Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-06-15T09:08:05.210787Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-06-15T09:08:05.210817Z 0 [Note] InnoDB: Uses event mutexes
2017-06-15T09:08:05.210846Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-06-15T09:08:05.210874Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-06-15T09:08:05.210901Z 0 [Note] InnoDB: Using Linux native AIO
2017-06-15T09:08:05.224464Z 0 [Note] InnoDB: Number of pools: 1
2017-06-15T09:08:05.392706Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-06-15T09:08:05.396706Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-06-15T09:08:05.754906Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-06-15T09:08:05.897151Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-06-15T09:08:05.980014Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-06-15T09:08:06.791427Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-06-15T09:08:06.791767Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-06-15T09:08:07.665776Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2017-06-15T09:08:07.671302Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-06-15T09:08:07.671403Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-06-15T09:08:07.675203Z 0 [Note] InnoDB: Waiting for purge to start
2017-06-15T09:08:07.725751Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 3144532
2017-06-15T09:08:07.731228Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2017-06-15T09:08:08.035214Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-06-15T09:08:10.024543Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-06-15T09:08:10.024659Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2017-06-15T09:08:10.024697Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2017-06-15T09:08:10.024831Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2017-06-15T09:08:12.011509Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170615 12:08:12
2017-06-15T09:08:12.302132Z 0 [Note] Event Scheduler: Loaded 0 events
2017-06-15T09:08:12.306098Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.18-0ubuntu0.17.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2017-06-15T09:08:12.306222Z 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. 
2017-06-15T09:08:12.306244Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-06-15T09:08:12.945098Z 0 [Note] End of list of non-natively partitioned tables
2017-06-15T09:08:12.983964Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
2017-06-15T23:07:22.320319Z 0 [Note] Giving 0 client threads a chance to die gracefully
2017-06-15T23:07:22.320384Z 0 [Note] Shutting down slave threads
2017-06-15T23:07:22.320395Z 0 [Note] Forcefully disconnecting 0 remaining clients
2017-06-15T23:07:22.320410Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2017-06-15T23:07:22.367284Z 0 [Note] Binlog end
2017-06-15T23:07:22.443620Z 0 [Note] Shutting down plugin 'ngram'
2017-06-15T23:07:22.443665Z 0 [Note] Shutting down plugin 'partition'
2017-06-15T23:07:22.443675Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2017-06-15T23:07:22.443685Z 0 [Note] Shutting down plugin 'ARCHIVE'
2017-06-15T23:07:22.443693Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2017-06-15T23:07:22.443743Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2017-06-15T23:07:22.443753Z 0 [Note] Shutting down plugin 'MyISAM'
2017-06-15T23:07:22.443766Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2017-06-15T23:07:22.443775Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2017-06-15T23:07:22.443783Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2017-06-15T23:07:22.443792Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2017-06-15T23:07:22.443800Z 0 [Note] Shutting down plugin 'INNODB_S


Create a new paste based on this one


Comments: