Company Overview

MySQL was originally developed by the Swedish company MySQL AB, co-founded by Michael "Monty" Widenius, David Axmark, and Allan Larsson in 1995. MySQL is the world's most popular open-source relational database management system, known for its high performance, reliability, ease of use, and mature ecosystem—adopted by millions of websites and applications (especially in the LAMP stack). In 2008, MySQL AB was acquired by Sun Microsystems for approximately $1 billion; in 2010, Oracle Corporation acquired Sun Microsystems, bringing MySQL under Oracle's ownership.

Core Products and Services

  • MySQL Server: The core database engine, available in Community (open source, GPL licensed) and Enterprise (commercial) editions, with InnoDB as the default engine supporting ACID transactions, foreign keys, row-level locking, and MVCC
  • MySQL HeatWave: Oracle Cloud's fully managed database service with an integrated in-memory query accelerator, supporting real-time OLAP analytics, machine learning, AutoML, and HeatWave Lakehouse
  • MySQL Cluster (NDB Cluster): A distributed database cluster based on the NDB storage engine, delivering 99.999% availability and real-time read/write performance
  • MySQL Enterprise Edition: Commercial extension components including monitoring, backup, security, high availability, and connection pool optimization
  • MySQL Workbench: Official graphical management tool supporting database design, SQL development, migration, and performance management
  • MySQL Router: Lightweight middleware providing application-layer connection routing, load balancing, and failover
  • MySQL Shell: Advanced command-line client supporting JavaScript, Python, and SQL modes

Core Strengths

  • Most Widely Adopted: Leading market share among open-source databases, with the largest user community and ecosystem
  • Mature and Stable: Over 25 years of continuous development, battle-tested at global scale
  • Pluggable Storage Engine Architecture: Flexible engine design suitable for OLTP, OLAP, full-text search, and more
  • Rich High-Availability Options: Master-slave replication, Group Replication, InnoDB Cluster, NDB Cluster
  • Cloud-Native Integration: HeatWave provides analytics acceleration with multi-cloud and hybrid cloud support
  • Developer-Friendly: Rich client libraries supporting all major programming languages

Key Milestones

  • 1995: MySQL AB founded in Sweden; MySQL 1.0 released
  • 2000: MySQL adopts GPL open-source license, entering rapid growth phase
  • 2001: InnoDB storage engine released
  • 2005: MySQL 5.0 released with stored procedures, triggers, views, and cursors
  • 2008: Sun Microsystems acquires MySQL AB for approximately $1 billion
  • 2010: Oracle completes Sun acquisition, MySQL becomes part of Oracle
  • 2016: MySQL 8.0 released with window functions, CTEs, atomic DDL, role management
  • 2022: MySQL HeatWave becomes Oracle Cloud's core database service, integrating ML and AutoML
  • 2024: MySQL 9.0 (Innovation Release) continues InnoDB performance and security optimization
  • 2026: HeatWave Lakehouse and HeatWave GenAI expand, AI integration fully upgraded

Market Position

MySQL dominates the global relational database market, competing with:

  • PostgreSQL: The most powerful open-source relational database, differentiated in complex queries, JSON support, and extensibility
  • MariaDB: MySQL fork created by original MySQL founder Monty Widenius, maintaining MySQL compatibility while adding new features
  • Microsoft SQL Server: Microsoft's commercial relational database, dominant in Windows/.NET ecosystems
  • Oracle Database: The largest commercial database by market share, complementing/competing with MySQL in enterprise scenarios
  • Percona Server: MySQL fork optimized for OLTP performance and diagnostics
  • SQLite: Embedded relational database for mobile and local storage
  • Amazon Aurora: AWS MySQL-compatible cloud database with significantly improved performance and scalability
  • Google Cloud SQL for MySQL: GCP fully managed MySQL service