Skip to content

Instantly share code, notes, and snippets.

@rizwan92
Created November 21, 2019 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rizwan92/6f6cf6d0a2c859ce7312521109f52c74 to your computer and use it in GitHub Desktop.
Save rizwan92/6f6cf6d0a2c859ce7312521109f52c74 to your computer and use it in GitHub Desktop.
mysql logs
//Database has been sucessfully imported on 17th of November. There are no error logs.
//Database import was unsuccessful on 16th of November. Error logs are provided below.
//Logs before 16th of November is also provided for scrutiny.
17 November, 2019
[root@localhost mariadb]# cat mariadb.log-20191117
2019-11-16 4:15:19 214 [Warning] Aborted connection 214 to db: 'unconnected' user: 'root' host: 'localhost' (Got timeout reading communication packets)
2019-11-16 4:15:40 204 [Warning] Aborted connection 204 to db: 'ac042' user: 'root' host: 'localhost' (Got timeout reading communication packets)
2019-11-16 21:17:05 375 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2019-11-16 21:19:13 377 [Warning] Access denied for user 'ican'@'localhost' (using password: YES)
2019-11-16 21:26:12 380 [Warning] Access denied for user 'ican'@'localhost' (using password: YES)
Status information:
Current dir: /var/lib/mysql/
Running threads: 5 Cached threads: 0 Stack size: 299008
Key caches:
default
Buffer_size: 134217728
Block_size: 1024
Division_limit: 100
Age_threshold: 300
Partitions: 0
blocks used: 9
not flushed: 0
w_requests: 1234
writes: 738
r_requests: 2940
reads: 14
handler status:
read_key: 120935
read_next: 13232357
read_rnd 9406
read_first: 4433
write: 63442021
delete 52
update: 4
Table status:
Opened tables: 42283
Open tables: 417
Open files: 150
Open streams: 0
Alarm status:
Active alarms: 0
Max used alarms: 0
Next alarm time: 0
Memory status:
Non-mmapped space allocated from system: 887021568
Number of free chunks: 38990
Number of fastbin blocks: 2312
Number of mmapped regions: 25
Space in mmapped regions: 280457216
Maximum total allocated space: 0
Space available in freed fastbin blocks: 202688
Total allocated space: 119106912
Total free space: 767914656
Top-most, releasable space: 135008
Estimated memory (with thread stack): 1168973824
Global memory allocated by server: 299582528
Memory allocated by threads: 169640
Events status:
LLA = Last Locked At LUA = Last Unlocked At
WOC = Waiting On Condition DL = Data Locked
Event scheduler status:
State : INITIALIZED
Thread id : 0
LLA : n/a:0
LUA : n/a:0
WOC : NO
Workers : 0
Executed : 0
Data locked: NO
Event queue status:
Element count : 0
Data locked : NO
Attempting lock : NO
LLA : init_queue:140
LUA : init_queue:150
WOC : NO
Next activation : never
17 November, 2019
16 November
[root@localhost mariadb]# cat mariadb.log-20191116
2019-11-15 7:49:11 0 [Warning] mysqld: GSSAPI plugin : default principal 'mariadb/localhost@' not found in keytab
2019-11-15 7:49:11 0 [ERROR] mysqld: Server GSSAPI error (major 851968, minor 2529639093) : gss_acquire_cred failed -Unspecified GSS failure. Minor code may provide more information. Keytab FILE:/etc/krb5.keytab is nonexistent or empty.
2019-11-15 7:49:11 0 [ERROR] Plugin 'gssapi' init function returned error.
2019-11-15 7:49:16 0 [Note] InnoDB: Using Linux native AIO
2019-11-15 7:49:16 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-11-15 7:49:16 0 [Note] InnoDB: Uses event mutexes
2019-11-15 7:49:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-11-15 7:49:16 0 [Note] InnoDB: Number of pools: 1
2019-11-15 7:49:16 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-11-15 7:49:16 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-11-15 7:49:16 0 [Note] InnoDB: Completed initialization of buffer pool
2019-11-15 7:49:16 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-11-15 7:49:16 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-11-15 7:49:16 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-11-15 7:49:16 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-11-15 7:49:16 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-11-15 7:49:16 0 [Note] InnoDB: Waiting for purge to start
2019-11-15 7:49:16 0 [Note] InnoDB: 10.3.11 started; log sequence number 1630815; transaction id 21
2019-11-15 7:49:16 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2019-11-15 7:49:16 0 [Note] InnoDB: Buffer pool(s) load completed at 191115 7:49:16
2019-11-15 7:49:16 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-11-15 7:49:16 0 [Warning] mysqld: GSSAPI plugin : default principal 'mariadb/localhost@' not found in keytab
2019-11-15 7:49:16 0 [ERROR] mysqld: Server GSSAPI error (major 851968, minor 2529639093) : gss_acquire_cred failed -Unspecified GSS failure. Minor code may provide more information. Keytab FILE:/etc/krb5.keytab is nonexistent or empty.
2019-11-15 7:49:16 0 [ERROR] Plugin 'gssapi' init function returned error.
2019-11-15 7:49:16 0 [Note] Server socket created on IP: '::'.
2019-11-15 7:49:16 0 [Note] Reading of all Master_info entries succeded
2019-11-15 7:49:16 0 [Note] Added new Master_info '' to hash table
2019-11-15 7:49:16 0 [Note] /usr/libexec/mysqld: ready for connections.
Version: '10.3.11-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server
2019-11-15 7:54:34 0 [Note] /usr/libexec/mysqld (initiated by: unknown): Normal shutdown
2019-11-15 7:54:34 0 [Note] Event Scheduler: Purging the queue. 0 events
2019-11-15 7:54:34 0 [Note] InnoDB: FTS optimize thread exiting.
2019-11-15 7:54:34 0 [Note] InnoDB: Starting shutdown...
2019-11-15 7:54:34 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2019-11-15 7:54:34 0 [Note] InnoDB: Buffer pool(s) dump completed at 191115 7:54:34
2019-11-15 7:54:36 0 [Note] InnoDB: Shutdown completed; log sequence number 1630824; transaction id 22
2019-11-15 7:54:36 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-11-15 7:54:36 0 [Note] /usr/libexec/mysqld: Shutdown complete
2019-11-15 8:03:10 0 [Note] InnoDB: Using Linux native AIO
2019-11-15 8:03:10 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-11-15 8:03:10 0 [Note] InnoDB: Uses event mutexes
2019-11-15 8:03:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-11-15 8:03:10 0 [Note] InnoDB: Number of pools: 1
2019-11-15 8:03:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-11-15 8:03:10 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-11-15 8:03:10 0 [Note] InnoDB: Completed initialization of buffer pool
2019-11-15 8:03:10 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-11-15 8:03:10 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-11-15 8:03:10 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-11-15 8:03:10 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-11-15 8:03:10 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-11-15 8:03:10 0 [Note] InnoDB: Waiting for purge to start
2019-11-15 8:03:10 0 [Note] InnoDB: 10.3.11 started; log sequence number 1630824; transaction id 21
2019-11-15 8:03:10 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2019-11-15 8:03:10 0 [Note] InnoDB: Buffer pool(s) load completed at 191115 8:03:10
2019-11-15 8:03:10 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-11-15 8:03:10 0 [Warning] mysqld: GSSAPI plugin : default principal 'mariadb/localhost@' not found in keytab
2019-11-15 8:03:10 0 [ERROR] mysqld: Server GSSAPI error (major 851968, minor 2529639093) : gss_acquire_cred failed -Unspecified GSS failure. Minor code may provide more information. Keytab FILE:/etc/krb5.keytab is nonexistent or empty.
2019-11-15 8:03:10 0 [ERROR] Plugin 'gssapi' init function returned error.
2019-11-15 8:03:10 0 [Note] Server socket created on IP: '::'.
2019-11-15 8:03:10 0 [Note] Reading of all Master_info entries succeded
2019-11-15 8:03:10 0 [Note] Added new Master_info '' to hash table
2019-11-15 8:03:10 0 [Note] /usr/libexec/mysqld: ready for connections.
Version: '10.3.11-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server
Status information:
Current dir: /var/lib/mysql/
Running threads: 47 Cached threads: 0 Stack size: 299008
Key caches:
default
Buffer_size: 134217728
Block_size: 1024
Division_limit: 100
Age_threshold: 300
Partitions: 0
blocks used: 4
not flushed: 0
w_requests: 4
writes: 2
r_requests: 54
reads: 4
handler status:
read_key: 54387
read_next: 1273509
read_rnd 3269
read_first: 1744
write: 14173674
delete 1
update: 4
Table status:
Opened tables: 18673
Open tables: 361
Open files: 101
Open streams: 0
Alarm status:
Active alarms: 0
Max used alarms: 0
Next alarm time: 0
Memory status:
Non-mmapped space allocated from system: 616890368
Number of free chunks: 14327
Number of fastbin blocks: 255
Number of mmapped regions: 25
Space in mmapped regions: 280457216
Maximum total allocated space: 0
Space available in freed fastbin blocks: 20256
Total allocated space: 242831536
Total free space: 374058832
Top-most, releasable space: 135008
Estimated memory (with thread stack): 911400960
Global memory allocated by server: 300596360
Memory allocated by threads: 158702192
Events status:
LLA = Last Locked At LUA = Last Unlocked At
WOC = Waiting On Condition DL = Data Locked
Event scheduler status:
State : INITIALIZED
Thread id : 0
LLA : n/a:0
LUA : n/a:0
WOC : NO
Workers : 0
Executed : 0
Data locked: NO
Event queue status:
Element count : 0
Data locked : NO
Attempting lock : NO
LLA : init_queue:140
LUA : init_queue:150
WOC : NO
Next activation : never
[root@localhost mariadb]#
15 November
[root@localhost mariadb]# gunzip mariadb.log-20191115.gz
[root@localhost mariadb]# cat mariadb.log-20191115
2019-11-14 22:31:44 45 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2019-11-14 22:31:44 46 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2019-11-14 22:31:44 47 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2019-11-14 22:32:00 48 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2019-11-14 22:32:44 50 [Warning] Access denied for user 'root'@'localhost' (using password: YES)
2019-11-14 22:54:08 80 [Warning] Access denied for user 'root'@'localhost' (using password: YES)
2019-11-14 22:58:07 94 [Warning] Access denied for user 'root'@'localhost' (using password: YES)
2019-11-14 23:58:58 349 [Warning] Aborted connection 349 to db: 'ac010' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:58 448 [Warning] Aborted connection 448 to db: 'unconnected' user: 'root' host: 'localhost' (Lock wait timeout exceeded; try restarting transaction)
2019-11-14 23:58:58 350 [Warning] Aborted connection 350 to db: 'ac011' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:58 355 [Warning] Aborted connection 355 to db: 'ac016' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:58 314 [Warning] Aborted connection 314 to db: 'ac003' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:58 348 [Warning] Aborted connection 348 to db: 'ac009' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:58 431 [Warning] Aborted connection 431 to db: 'ac090' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:58 438 [Warning] Aborted connection 438 to db: 'erms' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:59 354 [Warning] Aborted connection 354 to db: 'ac015' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:59 395 [Warning] Aborted connection 395 to db: 'ac055' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:59 369 [Warning] Aborted connection 369 to db: 'ac030' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:59 375 [Warning] Aborted connection 375 to db: 'ac036' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:58:59 427 [Warning] Aborted connection 427 to db: 'ac086' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:00 365 [Warning] Aborted connection 365 to db: 'ac026' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:00 402 [Warning] Aborted connection 402 to db: 'ac062' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:01 433 [Warning] Aborted connection 433 to db: 'erms_destination_7Sep19' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:02 344 [Warning] Aborted connection 344 to db: 'ac005' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:02 420 [Warning] Aborted connection 420 to db: 'ac079' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:02 356 [Warning] Aborted connection 356 to db: 'ac017' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:03 359 [Warning] Aborted connection 359 to db: 'ac020' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:03 389 [Warning] Aborted connection 389 to db: 'ac050' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:04 382 [Warning] Aborted connection 382 to db: 'ac043' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:04 371 [Warning] Aborted connection 371 to db: 'ac032' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:05 368 [Warning] Aborted connection 368 to db: 'ac029' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:05 379 [Warning] Aborted connection 379 to db: 'ac040' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:05 385 [Warning] Aborted connection 385 to db: 'ac046' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:06 352 [Warning] Aborted connection 352 to db: 'ac013' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:07 405 [Warning] Aborted connection 405 to db: 'ac065' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:08 422 [Warning] Aborted connection 422 to db: 'ac081' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:09 358 [Warning] Aborted connection 358 to db: 'ac019' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:10 378 [Warning] Aborted connection 378 to db: 'ac039' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:10 346 [Warning] Aborted connection 346 to db: 'ac007' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:11 372 [Warning] Aborted connection 372 to db: 'ac033' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:11 376 [Warning] Aborted connection 376 to db: 'ac037' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:12 351 [Warning] Aborted connection 351 to db: 'ac012' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:12 407 [Warning] Aborted connection 407 to db: 'ac067' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:12 425 [Warning] Aborted connection 425 to db: 'ac084' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:13 361 [Warning] Aborted connection 361 to db: 'ac022' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:13 423 [Warning] Aborted connection 423 to db: 'ac082' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:13 424 [Warning] Aborted connection 424 to db: 'ac083' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:13 370 [Warning] Aborted connection 370 to db: 'ac031' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:13 363 [Warning] Aborted connection 363 to db: 'ac024' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:13 388 [Warning] Aborted connection 388 to db: 'ac049' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:14 412 [Warning] Aborted connection 412 to db: 'ac072' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:14 383 [Warning] Aborted connection 383 to db: 'ac044' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:14 380 [Warning] Aborted connection 380 to db: 'ac041' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 345 [Warning] Aborted connection 345 to db: 'ac006' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 441 [Warning] Aborted connection 441 to db: 'ac001' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 403 [Warning] Aborted connection 403 to db: 'ac063' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 360 [Warning] Aborted connection 360 to db: 'ac021' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 364 [Warning] Aborted connection 364 to db: 'ac025' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 409 [Warning] Aborted connection 409 to db: 'ac069' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 275 [Warning] Aborted connection 275 to db: 'ac002' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 396 [Warning] Aborted connection 396 to db: 'ac056' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 401 [Warning] Aborted connection 401 to db: 'ac061' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 404 [Warning] Aborted connection 404 to db: 'ac064' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:15 417 [Warning] Aborted connection 417 to db: 'ac077' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:16 357 [Warning] Aborted connection 357 to db: 'ac018' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:16 386 [Warning] Aborted connection 386 to db: 'ac047' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:17 397 [Warning] Aborted connection 397 to db: 'ac057' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:17 374 [Warning] Aborted connection 374 to db: 'ac035' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 399 [Warning] Aborted connection 399 to db: 'ac059' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 428 [Warning] Aborted connection 428 to db: 'ac087' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 373 [Warning] Aborted connection 373 to db: 'ac034' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 419 [Warning] Aborted connection 419 to db: 'ac078' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 377 [Warning] Aborted connection 377 to db: 'ac038' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 367 [Warning] Aborted connection 367 to db: 'ac028' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 391 [Warning] Aborted connection 391 to db: 'ac052' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:18 408 [Warning] Aborted connection 408 to db: 'ac068' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:19 421 [Warning] Aborted connection 421 to db: 'ac080' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:19 429 [Warning] Aborted connection 429 to db: 'ac088' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:20 437 [Warning] Aborted connection 437 to db: 'erms_destination' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:22 362 [Warning] Aborted connection 362 to db: 'ac023' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 406 [Warning] Aborted connection 406 to db: 'ac066' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 414 [Warning] Aborted connection 414 to db: 'ac074' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 400 [Warning] Aborted connection 400 to db: 'ac060' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 366 [Warning] Aborted connection 366 to db: 'ac027' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 430 [Warning] Aborted connection 430 to db: 'ac089' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 411 [Warning] Aborted connection 411 to db: 'ac071' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 347 [Warning] Aborted connection 347 to db: 'ac008' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 387 [Warning] Aborted connection 387 to db: 'ac048' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 398 [Warning] Aborted connection 398 to db: 'ac058' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 343 [Warning] Aborted connection 343 to db: 'ac004' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:23 416 [Warning] Aborted connection 416 to db: 'ac076' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 394 [Warning] Aborted connection 394 to db: 'ac054' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 410 [Warning] Aborted connection 410 to db: 'ac070' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 426 [Warning] Aborted connection 426 to db: 'ac085' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 415 [Warning] Aborted connection 415 to db: 'ac075' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 393 [Warning] Aborted connection 393 to db: 'ac053' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 381 [Warning] Aborted connection 381 to db: 'ac042' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 390 [Warning] Aborted connection 390 to db: 'ac051' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:24 413 [Warning] Aborted connection 413 to db: 'ac073' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:25 353 [Warning] Aborted connection 353 to db: 'ac014' user: 'root' host: 'localhost' (Got an error writing communication packets)
2019-11-14 23:59:25 384 [Warning] Aborted connection 384 to db: 'ac045' user: 'root' host: 'localhost' (Got an error writing communication packets)
[root@localhost mariadb]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment