Adding explicit support for mysql_native_password for backward compatibility (#11)

This commit is contained in:
Marco Lipparini
2025-03-28 18:31:44 +01:00
committed by GitHub
parent ea1c908461
commit 602f25e619
3 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ services:
--sql-require-primary-key=${LDD_SQL_REQUIRE_PRIMARY_KEY:-OFF}
--default-storage-engine=${LDD_DEFAULT_STORAGE_ENGINE:-InnoDB}
--explicit_defaults_for_timestamp=${LDD_EXPLICIT_DEFAULTS_FOR_TIMESTAMP:-ON}
--mysql-native-password=${LDD_MYSQL_NATIVE_PASSWORD:-ON}
networks:
- private
volumes: