Skip to content

Instantly share code, notes, and snippets.

@imranrazakhan
Created January 20, 2020 10:55
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 imranrazakhan/d5ccca11c840b3229bf2cedb1a2deebb to your computer and use it in GitHub Desktop.
Save imranrazakhan/d5ccca11c840b3229bf2cedb1a2deebb to your computer and use it in GitHub Desktop.
MYSQL-logs
2020-01-20 10:50:39+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.28-1debian9 started.
2020-01-20T10:50:39.685893Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-01-20T10:50:39.690345Z 0 [Note] mysqld (mysqld 5.7.28) starting as process 1 ...
2020-01-20T10:50:39.700703Z 0 [Note] InnoDB: PUNCH HOLE support available
2020-01-20T10:50:39.700722Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-01-20T10:50:39.700726Z 0 [Note] InnoDB: Uses event mutexes
2020-01-20T10:50:39.700729Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2020-01-20T10:50:39.700732Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-01-20T10:50:39.700734Z 0 [Note] InnoDB: Using Linux native AIO
2020-01-20T10:50:39.700981Z 0 [Note] InnoDB: Number of pools: 1
2020-01-20T10:50:39.701095Z 0 [Note] InnoDB: Using CPU crc32 instructions
2020-01-20T10:50:39.705713Z 0 [Note] InnoDB: Initializing buffer pool, total size = 2G, instances = 4, chunk size = 128M
2020-01-20T10:50:39.805298Z 0 [Note] InnoDB: Completed initialization of buffer pool
2020-01-20T10:50:39.813711Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-01-20T10:50:39.835202Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2020-01-20T10:50:40.311705Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-01-20T10:50:40.313434Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-01-20T10:50:40.627462Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-01-20T10:50:40.628987Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2020-01-20T10:50:40.628999Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2020-01-20T10:50:40.629286Z 0 [Note] InnoDB: Waiting for purge to start
2020-01-20T10:50:40.679832Z 0 [Note] InnoDB: 5.7.28 started; log sequence number 13421229665
2020-01-20T10:50:40.680152Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2020-01-20T10:50:40.680331Z 0 [Note] Plugin 'FEDERATED' is disabled.
2020-01-20T10:50:40.694078Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2020-01-20T10:50:40.694096Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2020-01-20T10:50:40.696088Z 0 [Warning] CA certificate ca.pem is self signed.
2020-01-20T10:50:40.696174Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2020-01-20T10:50:40.697391Z 0 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
2020-01-20T10:50:40.697428Z 0 [Note] - '0.0.0.0' resolves to '0.0.0.0';
2020-01-20T10:50:40.697477Z 0 [Note] Server socket created on IP: '0.0.0.0'.
2020-01-20T10:50:40.764734Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2020-01-20T10:50:40.994962Z 0 [Note] Event Scheduler: Loaded 5 events
2020-01-20T10:50:40.995051Z 1 [Note] Event Scheduler: scheduler thread started with id 1
2020-01-20T10:50:40.995145Z 0 [Note] mysqld: ready for connections.
Version: '5.7.28' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
2020-01-20T10:50:41.707689Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200120 10:50:41
2020-01-20T10:50:59.649842Z 6 [Note] Got an error reading communication packets
2020-01-20T10:51:01.649286Z 7 [Note] Got an error reading communication packets
2020-01-20T10:51:03.649285Z 9 [Note] Got an error reading communication packets
2020-01-20T10:51:05.649320Z 10 [Note] Got an error reading communication packets
2020-01-20T10:51:07.649229Z 11 [Note] Got an error reading communication packets
2020-01-20T10:51:09.649266Z 13 [Note] Got an error reading communication packets
2020-01-20T10:51:11.649367Z 14 [Note] Got an error reading communication packets
2020-01-20T10:51:13.649390Z 15 [Note] Got an error reading communication packets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment