MariaDB 11.3.2 Release Notes

​​Download Release Notes Changelog Overview of 11.5

Alternate download from mariadb.orgarrow-up-right

Release date: 16 Feb 2024

Note that the Debian packages have compatibility problems with PHP and NodeJS. We suggest that these users hold off upgrading, wait until the next 11.x release, MariaDB 11.4.2, or implement one of the following workarounds:

  • Edit /etc/mysql/mariadb.conf.d/50-server.cnf and change character-set-collations = utf8mb4=uca1400_ai_ci to character-set-collations = utf8mb4=general_ci or

  • run this as root: sed -i -e '/character-set-collations/d' /etc/mysql/mariadb.conf.d/50-server.cnf

Note that upgrading from earlier versions will leave all users, including root and other users with ALL PRIVILEGES ON *.*, and ALL PRIVILEGES ON db.*, without the SHOW CREATE ROUTINE privilege. While the users with read privileges on mysql.proc will be have the effective privileges of SHOW CREATE ROUTINE, they are unable to GRANT them. To gain the privileges back on a global user, e.g. root@localhost:

  1. Start server with skip-grant-tables as a configuration option

  2. Remove the skip-grant-tables option from the configuration file.

To re-gain a database level privileges, using a user with SHOW CREATE ROUTINE on *.* execute [GRANT ALL ON db.* TO user] optionally WITH GRANT OPTION](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/reference/sql-statements-and-structure/sql-statements/account-management-sql-commands/grant).

MariaDB 11.3.2 is a previous stable rolling release of MariaDB. It is an evolution of MariaDB 11.2 with several entirely new features. It is a rolling release — one is expected to upgrade to 11.4.2, there will be no 11.3.3 — see Adjusting the MariaDB Server release modelarrow-up-right.

MariaDB 11.3.2 is a Stable (GA) release.

For an overview of MariaDB 11.3 see theWhat is MariaDB 11.3? page.

Thanks, and enjoy MariaDB!

Notable Items

InnoDB

Backup

JSON

Spider

Optimizer

Data Definition, Data Manipulation

Character Sets, Data Types

Plugins

Galera

Replication

General

Security

Changelog

For a complete list of changes made in MariaDB 11.3.1, with links to detailed information on each push, see the changelog.

Contributors

For a full list of contributors to MariaDB 11.3.1, see the MariaDB Foundation release announcementarrow-up-right.

circle-info

Be notified of new MariaDB Server releases automatically by subscribingarrow-up-right to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the Distributions which Include MariaDB page.

This page is licensed: CC BY-SA / Gnu FDL

spinner

Last updated

Was this helpful?