diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e13a00..00a38be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +* Fixed `mysqldump` warning for unknown option on MariaDB 11.4/11.8 [#237](https://github.com/lando/php/issues/237) * Updated to [@lando/nginx@1.6.0](https://github.com/lando/nginx/releases/tag/v1.6.0) ## v1.11.1 - [February 20, 2026](https://github.com/lando/php/releases/tag/v1.11.1) diff --git a/scripts/mariadb-compat-install.sh b/scripts/mariadb-compat-install.sh index af962a2..b3275ba 100755 --- a/scripts/mariadb-compat-install.sh +++ b/scripts/mariadb-compat-install.sh @@ -34,9 +34,6 @@ default-character-set=utf8mb4 # Prevent SSL errors when connecting to servers without SSL disable-ssl-verify-server-cert -[mysqldump] -# MySQL 8 uses this; MariaDB safely ignores it via loose- prefix -loose-skip-column-statistics MYCNF echo "MariaDB compatibility wrappers installed"