Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse mysql logs #245

Open
aybabtme opened this issue Mar 3, 2025 · 0 comments
Open

parse mysql logs #245

aybabtme opened this issue Mar 3, 2025 · 0 comments

Comments

@aybabtme
Copy link
Collaborator

aybabtme commented Mar 3, 2025

2025-03-03T06:25:49.282523Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-03-03T06:25:49.282566Z 0 [System] [MY-010116] [Server] /opt/bitnami/mysql/bin/mysqld (mysqld 8.0.37) starting as process 49
2025-03-03T06:25:49.286233Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-03-03T06:25:49.297550Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-03-03T06:25:49.840196Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-03-03T06:25:50.121406Z 4 [System] [MY-013381] [Server] Server upgrade from '80037' to '80037' started.
2025-03-03T06:26:08.398415Z 4 [System] [MY-013381] [Server] Server upgrade from '80037' to '80037' completed.
2025-03-03T06:26:27.083039Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-03-03T06:26:27.370427Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-03-03T06:26:41.393218Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-03-03T06:26:41.393339Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-03-03T06:26:41.439196Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/opt/bitnami/mysql/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2025-03-03T06:26:41.501222Z 0 [System] [MY-010931] [Server] /opt/bitnami/mysql/bin/mysqld: ready for connections. Version: '8.0.37'  socket: '/opt/bitnami/mysql/tmp/mysql.sock'  port: 3306  Source distribution.
find: '/docker-entrypoint-startdb.d/': No such file or directory
mysql 06:26:43.40 INFO  ==> Stopping mysql
2025-03-03T06:26:43.409179Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user <via user signal>. Shutting down mysqld (Version: 8.0.37).
2025-03-03T06:26:46.635637Z 0 [System] [MY-010910] [Server] /opt/bitnami/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.37)  Source distribution.
mysql 06:26:47.54 INFO  ==> ** MySQL setup finished! **
mysql 06:26:47.77 INFO  ==> ** Starting MySQL **
2025-03-03T06:26:48.192852Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-03-03T06:26:48.192893Z 0 [System] [MY-010116] [Server] /opt/bitnami/mysql/bin/mysqld (mysqld 8.0.37) starting as process 1
2025-03-03T06:26:48.197959Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-03-03T06:26:48.208940Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-03-03T06:26:48.742890Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-03-03T06:26:49.195947Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-03-03T06:26:49.196049Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-03-03T06:26:49.217957Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/opt/bitnami/mysql/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2025-03-03T06:26:49.308272Z 0 [System] [MY-010931] [Server] /opt/bitnami/mysql/bin/mysqld: ready for connections. Version: '8.0.37'  socket: '/opt/bitnami/mysql/tmp/mysql.sock'  port: 3306  Source distribution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant