8.0
MySQL 8 is the current major line: CTE (WITH), window functions, roles, better UTF8 (utf8mb4 default), new default authentication (caching_sha2_password — old PHP clients sometimes fail until you fix the plugin or upgrade the client).
If a connector error mentions caching_sha2, it is a client compatibility issue, not ‘MySQL is broken’.
Trap — installing 8 and using a 2014 JDBC/PHP driver without reading the error.
On the example next to this theory: 8.0: create two demo rows, then SELECT qty >= 2 ordered. Say which labels come back.
Exam tip
8.0: WITH, ROW_NUMBER(), utf8mb4. Watch old connectors.