MySQL 8.0 to 8.4: New Features and Migration Guide
Explore MySQL 8.0 and 8.4 LTS features: window functions, CTE, JSON enhancements, roles, instant ADD COLUMN, and migration from MySQL 5.7.
Topic index generated on 2026-08-03 — grouped article list
Below is an index of articles grouped by topic. Click a heading to jump to the section.
If you find missing articles or inaccurate groupings, run ./scripts/update_index.py with appropriate flags.
Explore MySQL 8.0 and 8.4 LTS features: window functions, CTE, JSON enhancements, roles, instant ADD COLUMN, and migration from MySQL 5.7.
Comprehensive guide to using MySQL for AI workloads including vector embeddings, JSON document storage, ML model management, and production AI pipelines.
Deep dive into MySQL architecture. Understand InnoDB storage engine, buffer pool, MVCC, query execution, and transaction management internals.
Learn MySQL administration: backup strategies, point-in-time recovery, replication, MySQL InnoDB Cluster, ProxySQL, and production monitoring.
Master MySQL from installation to advanced queries. Learn data types, constraints, indexes, and SQL operations with practical examples.
Compare ORMs and query builders across languages: SQLAlchemy, Prisma, TypeORM, Eloquent, and Django ORM.
Master SQL fundamentals: SELECT, JOINs, subqueries, window functions, and query optimization for relational databases.
A complete guide to MySQL index types — B-tree, full-text, spatial, hash, composite — with creation syntax, use cases, and optimization strategies.