Description
I created a fresh lando using Drupal 10 with mySQL 8.4 and the services start up but it can't connect to the database.
The database will come up if the version is 5.7 or 8.0. I've tried land destroy
and doing a full wipe a couple of times.
name: website-drupal-theatre
recipe: drupal10
config:
php: '8.2'
database: mysql:8.4
...
[+] Killing 1/1
✔ Container websitedrupaltheatre_appserver_1 Killed 0.6s
[+] Running 2/2
✔ database Pulled 9.8s
✔ b21b9aef35d6 Download complete 5.2s
[+] Running 4/4
✔ Volume "websitedrupaltheatre_home_database" Created 0.0s
✔ Volume "websitedrupaltheatre_data_database" Created 0.0s
✔ Container websitedrupaltheatre_appserver_1 Started 1.2s
✔ Container websitedrupaltheatre_database_1 Started 1.0s
[+] Healthchecking 1/1
✖ ERROR 2003 (HY000): Can't connect to MySQL server on 'database:3306' (111) FAILED
_ __ _ __
| | /| / /__ ________ (_)__ ___ _/ /
| |/ |/ / _ `/ __/ _ \/ / _ \/ _ `/_/
|__/|__/\_,_/_/ /_//_/_/_//_/\_, (_)
/___/
Your app is starting up but we have already detected some things you should investigate.
These may or may not prevent your app from working.
⚠ The service "database" failed its healthcheck
Failed with mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'database:3306' (111)
This may be ok but we recommend you run the command below to investigate:
Run lando logs -s database
lando db-import ./database/Dump20250411.sql
Preparing to import /app/./database/Dump20250411.sql into database 'drupal10' on service 'database' as user root...
Emptying drupal10...
NOTE: See the --no-wipe flag to avoid this step!
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/bitnami/mysql/tmp/mysql.sock' (2)
Here are the logs
database_1 | chmod: changing permissions of '/helpers/acquia-clone.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-config-symlink.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-generate-key.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-pull.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-push.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-wait-for-user.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/add-cert.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/add-to-group.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/auth.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/binding.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/boot.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/docker-desktop-start.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/docker-engine-start.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/docker-engine-stop.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/entrypoint.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/environment.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/exec-multiliner.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/exec.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/generate-checksums.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/generate-key.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/get-remote-url.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-backdrush.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-bash.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-bee.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-composer.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-docker-desktop.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-docker-desktop.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-docker-engine.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-plugins.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-render-template.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-system-ca-linux.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-system-ca-macos.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-system-ca-win32.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-updates.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-auth.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-generate-key.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-pull.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-push.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-sql-export.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-sql-import.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-wait-for-user.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lando-entrypoint.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/landorc.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lash.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/load-keys.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/log.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/mounter.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/pantheon-wait-for-user.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/pantheon.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/proxy-certs.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/pull.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/push.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/refresh-certs.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/run-elevated.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/run-hooks.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/semcompare.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/sql-export.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/sql-import.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/switch.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/user-perm-helpers.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/user-perms.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/utils.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/wait-for-user.sh': Operation not permitted
database_1 | userperms 22:07:35.56 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 22:07:35.57 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 22:07:35.57 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 22:07:35.57 DEBUG ==> Running command with exec...
database_1 | mysql 22:07:35.58 INFO ==>
database_1 | mysql 22:07:35.59 INFO ==> Welcome to the Bitnami mysql container
database_1 | mysql 22:07:35.59 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers
database_1 | mysql 22:07:35.59 INFO ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
database_1 | mysql 22:07:35.59 INFO ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
database_1 | mysql 22:07:35.59 INFO ==>
database_1 | mysql 22:07:35.59 DEBUG ==> Copying files from /opt/bitnami/mysql/conf.default to /opt/bitnami/mysql/conf
database_1 | mysql 22:07:35.59 INFO ==> ** Starting MySQL setup **
database_1 | mysql 22:07:35.61 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mysql 22:07:35.61 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mysql 22:07:35.62 INFO ==> Initializing mysql database
database_1 | mysql 22:07:35.62 DEBUG ==> Ensuring expected directories/files exist
database_1 | mysql 22:07:35.62 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mysql 22:07:35.63 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mysql 22:07:35.63 INFO ==> Setting user option
database_1 | mysql 22:07:35.63 DEBUG ==> Setting user to 'drupal10' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:35.63 INFO ==> Setting default_authentication_plugin option
database_1 | mysql 22:07:35.64 DEBUG ==> Setting default_authentication_plugin to 'mysql_native_password' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:35.64 INFO ==> Setting slow_query_log option
database_1 | mysql 22:07:35.64 DEBUG ==> Setting slow_query_log to '0' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:35.65 INFO ==> Setting long_query_time option
database_1 | mysql 22:07:35.65 DEBUG ==> Setting long_query_time to '10.0' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:35.65 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mysql 22:07:35.66 DEBUG ==> Cleaning data directory to ensure successfully initialization
database_1 | mysql 22:07:35.66 INFO ==> Installing database
database_1 | 2025-04-14T22:07:35.672035Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start.
database_1 | 2025-04-14T22:07:35.673024Z 0 [System] [MY-013169] [Server] /opt/bitnami/mysql/bin/mysqld (mysqld 8.4.3) initializing of server in progress as process 83
database_1 | 2025-04-14T22:07:35.730077Z 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=209715200. Please use innodb_redo_log_capacity instead.
database_1 | 2025-04-14T22:07:35.731239Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
database_1 | 2025-04-14T22:07:36.001337Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
database_1 | 2025-04-14T22:07:37.309781Z 0 [ERROR] [MY-000067] [Server] unknown variable 'default_authentication_plugin=mysql_native_password'.
database_1 | 2025-04-14T22:07:37.310083Z 0 [ERROR] [MY-013236] [Server] The designated data directory /bitnami/mysql/data/ is unusable. You can remove all files that the server added to it.
database_1 | 2025-04-14T22:07:37.310107Z 0 [ERROR] [MY-010119] [Server] Aborting
database_1 | 2025-04-14T22:07:39.324968Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.
database_1 | chmod: changing permissions of '/helpers/acquia-clone.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-config-symlink.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-generate-key.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-pull.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-push.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/acquia-wait-for-user.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/add-cert.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/add-to-group.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/auth.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/binding.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/boot.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/docker-desktop-start.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/docker-engine-start.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/docker-engine-stop.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/entrypoint.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/environment.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/exec-multiliner.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/exec.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/generate-checksums.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/generate-key.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/get-remote-url.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-backdrush.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-bash.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-bee.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-composer.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-docker-desktop.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-docker-desktop.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-docker-engine.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-plugins.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-render-template.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-system-ca-linux.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-system-ca-macos.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-system-ca-win32.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/install-updates.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-auth.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-generate-key.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-pull.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-push.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-sql-export.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-sql-import.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lagoon-wait-for-user.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lando-entrypoint.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/landorc.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/lash.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/load-keys.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/log.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/mounter.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/pantheon-wait-for-user.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/pantheon.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/proxy-certs.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/pull.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/push.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/refresh-certs.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/run-elevated.ps1': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/run-hooks.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/semcompare.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/sql-export.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/sql-import.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/switch.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/user-perm-helpers.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/user-perms.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/utils.sh': Operation not permitted
database_1 | chmod: changing permissions of '/helpers/wait-for-user.sh': Operation not permitted
database_1 | userperms 22:07:41.82 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 22:07:41.83 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 22:07:41.83 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 22:07:41.83 DEBUG ==> Running command with exec...
database_1 | mysql 22:07:41.84 INFO ==>
database_1 | mysql 22:07:41.84 INFO ==> Welcome to the Bitnami mysql container
database_1 | mysql 22:07:41.84 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers
database_1 | mysql 22:07:41.85 INFO ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
database_1 | mysql 22:07:41.85 INFO ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
database_1 | mysql 22:07:41.85 INFO ==>
database_1 | mysql 22:07:41.85 DEBUG ==> Copying files from /opt/bitnami/mysql/conf.default to /opt/bitnami/mysql/conf
database_1 | mysql 22:07:41.85 INFO ==> ** Starting MySQL setup **
database_1 | mysql 22:07:41.87 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mysql 22:07:41.87 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mysql 22:07:41.87 INFO ==> Initializing mysql database
database_1 | mysql 22:07:41.87 DEBUG ==> Ensuring expected directories/files exist
database_1 | mysql 22:07:41.88 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mysql 22:07:41.89 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mysql 22:07:41.89 INFO ==> Setting user option
database_1 | mysql 22:07:41.89 DEBUG ==> Setting user to 'drupal10' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:41.90 INFO ==> Setting default_authentication_plugin option
database_1 | mysql 22:07:41.90 DEBUG ==> Setting default_authentication_plugin to 'mysql_native_password' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:41.90 INFO ==> Setting slow_query_log option
database_1 | mysql 22:07:41.90 DEBUG ==> Setting slow_query_log to '0' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:41.91 INFO ==> Setting long_query_time option
database_1 | mysql 22:07:41.91 DEBUG ==> Setting long_query_time to '10.0' in mysql configuration file /opt/bitnami/mysql/conf/my.cnf
database_1 | mysql 22:07:41.92 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mysql 22:07:41.92 INFO ==> Using persisted data
database_1 | mysql 22:07:41.93 INFO ==> Running mysql_upgrade
database_1 | mysql 22:07:41.93 INFO ==> Starting mysql in background
database_1 | 2025-04-14T22:07:41.947898Z 0 [System] [MY-015015] [Server] MySQL Server - start.
database_1 | 2025-04-14T22:07:42.154987Z 0 [System] [MY-010116] [Server] /opt/bitnami/mysql/bin/mysqld (mysqld 8.4.3) starting as process 90
database_1 | 2025-04-14T22:07:42.196070Z 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=209715200. Please use innodb_redo_log_capacity instead.
database_1 | 2025-04-14T22:07:42.197846Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
database_1 | 2025-04-14T22:07:42.437594Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
database_1 | mysqld: Table 'mysql.plugin' doesn't exist
database_1 | 2025-04-14T22:07:42.554202Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.
database_1 | 2025-04-14T22:07:42.554411Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.554558Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.554706Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.555239Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.555480Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.555657Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.555842Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.610045Z 0 [Warning] [MY-010015] [Server] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
database_1 | 2025-04-14T22:07:42.677399Z 0 [Warning] [MY-010015] [Server] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
database_1 | 2025-04-14T22:07:42.682368Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
database_1 | 2025-04-14T22:07:42.682406Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
database_1 | 2025-04-14T22:07:42.685941Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
database_1 | 2025-04-14T22:07:42.686073Z 0 [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-001146 - Table 'mysql.component' doesn't exist
database_1 | 2025-04-14T22:07:42.686101Z 0 [Warning] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-003543 - The mysql.component table is missing or has an incorrect definition.
database_1 | 2025-04-14T22:07:42.686163Z 0 [ERROR] [MY-000067] [Server] unknown variable 'default_authentication_plugin=mysql_native_password'.
database_1 | 2025-04-14T22:07:42.686529Z 0 [ERROR] [MY-010119] [Server] Aborting
database_1 | 2025-04-14T22:07:44.101702Z 0 [System] [MY-010910] [Server] /opt/bitnami/mysql/bin/mysqld: Shutdown complete (mysqld 8.4.3) Source distribution.
database_1 | 2025-04-14T22:07:44.101728Z 0 [System] [MY-015016] [Server] MySQL Server - end.