MySQL 5.7 vs MariaDB 11.4 LTS
MariaDB 11.4 LTS was released 8.6 years after MySQL 5.7. Source: endoflife.date (aggregating official MySQL/Oracle and MariaDB Foundation EOL announcements), checked 2026-07-31.
| Fact | MySQL 5.7 | MariaDB 11.4 LTS |
|---|---|---|
| Release date | 2015-10-09 | 2024-05-29 |
| End of life | 2023-10-31 | 2029-05-29 |
| LTS release | No | Yes |
| Currently supported | No | Yes |
Feature differences
Unchanged New capability Behavior changed Deprecated Removed
| Feature | MySQL 5.7 | MariaDB 11.4 LTS |
|---|---|---|
| Default authentication plugin | mysql_native_password | unix_socket / mysql_native_password |
| GROUP BY implicit sort order | Often sorted in practice (undocumented, deprecated) | Never guaranteed — add explicit ORDER BY |
| Default character set | latin1 | utf8mb4 |
| Query cache | Deprecated (since 5.7.20) | Still available |
| Window functions (OVER()) | Not supported | Supported |
| Common Table Expressions (WITH) | Not supported | Supported |
| Roles (CREATE ROLE) | Not supported | Supported |
| JSON column type | Native binary JSON type (since 5.7.8) | Same as 10.11 — still a LONGTEXT alias |
| Replication terminology | MASTER / SLAVE (CHANGE MASTER TO, SHOW SLAVE STATUS) | MASTER / SLAVE terminology retained |
| Upgrade process | Manual mysql_upgrade required after binary swap | mariadb-upgrade required after binary swap |
| New reserved keywords | Baseline keyword set | Same as 10.11 |
Explore another pair
Compare any two versions
All 45 released MySQL and MariaDB version lines are listed here — pick any two. Source: endoflife.date (aggregating official MySQL/Oracle and MariaDB Foundation EOL announcements), checked 2026-07-31.