Skip to content

Instantly share code, notes, and snippets.

@eklect
Created May 14, 2021 17:42
Show Gist options
  • Save eklect/ab0e6742ab1599227e1e9265818bfc7a to your computer and use it in GitHub Desktop.
Save eklect/ab0e6742ab1599227e1e9265818bfc7a to your computer and use it in GitHub Desktop.
Mysql | Docker → Can't start Container because of Boot Server Version Error - Example 1
2021-05-14 17:20:38+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.23-1debian10 started.
2021-05-14 17:20:38+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2021-05-14 17:20:38+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.23-1debian10 started.
2021-05-14T17:20:38.625575Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.23) starting as process 1
2021-05-14T17:20:38.638508Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-05-14T17:20:40.791471Z 1 [ERROR] [MY-013171] [InnoDB] Cannot boot server version 80023 on data directory built by version 80025. Downgrade is not supported
mysqld: Can't open file: 'mysql.ibd' (errno: 0 - )
2021-05-14T17:20:45.773352Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
2021-05-14T17:20:45.774076Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2021-05-14T17:20:45.774583Z 0 [ERROR] [MY-010119] [Server] Aborting
2021-05-14T17:20:45.775265Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.23) MySQL Community Server - GPL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment