MySQL

Website

Open source relational database management system

12.4k stars 4.3k forks last commit first released

Actively maintained

Last commit 10 Aug 2026.

MySQL screenshot

MySQL is a widely used open source relational database management system (RDBMS) that stores and retrieves data using SQL. It is commonly deployed as the data layer for web applications and business systems, ranging from small single-node setups to high-availability architectures.

Key Features

  • ACID-compliant transactional storage via pluggable storage engines (commonly InnoDB)
  • SQL querying, indexing, constraints, views, and stored programs (procedures, functions, triggers)
  • Replication options to support read scaling and failover (depending on configuration)
  • Authentication, authorization, and role-based access control with auditing capabilities depending on edition/plugins
  • Online backup and recovery workflows supported through ecosystem tooling and replication-based strategies
  • Optional clustering capabilities through MySQL Cluster (NDB) for certain real-time workloads

Use Cases

  • Primary database for web applications (e-commerce, CMS, SaaS backends)
  • Business applications requiring structured relational data and SQL reporting
  • Read-scaled deployments using replicas for analytics or heavy read traffic

Limitations and Considerations

  • Some advanced features and enterprise tooling may depend on edition, plugins, or external ecosystem components
  • Performance and behavior can vary significantly by storage engine and configuration choices

MySQL remains a standard choice for relational data storage due to broad ecosystem support, mature operational tooling, and flexible deployment patterns. It fits both straightforward single-instance deployments and more complex replicated or clustered environments when properly configured.

Categories:

Tags:

Tech Stack:

Share:

Similar to MySQL

CloudBeaver logo

CloudBeaver

Web-based database manager for SQL and NoSQL data sources

5.1k
558
Last commit

CloudBeaver is an open-source, web-based database manager for teams, offering a browser SQL editor, data browsing/editing, and administration for many databases.

Apache-2.0Actively maintained
Alternative to:
DBeaver Cloud logo
DBeaver Cloud
+11
pgAdmin 4 logo

pgAdmin 4

Web and desktop administration and development for PostgreSQL

3.8k
880
Last commit

pgAdmin 4 is an open source web and desktop GUI for administering and developing PostgreSQL databases, including query tooling, object management, and maintenance tasks.

Actively maintained
Alternative to:
JetBrains DataGrip logo
JetBrains DataGrip
+10
NocoDB logo

NocoDB

No-code spreadsheet interface for SQL databases with APIs

64.7k
5k
Last commit

Open-source Airtable alternative that turns Postgres/MySQL/SQLite into a no-code spreadsheet UI with views, permissions, integrations, and REST APIs.

Actively maintained
Alternative to:
Airtable logo
Airtable
+10
Bytebase logo

Bytebase

Database DevSecOps platform for schema change and access governance

14.4k
973
Last commit

Open-source database DevSecOps tool for managing schema migrations, SQL review, audit logging, access control, and data masking across multiple databases.

Actively maintained
Alternative to:
Datical (Liquibase Enterprise) logo
Datical (Liquibase Enterprise)
+5
PostgreSQL logo

PostgreSQL

Enterprise-grade open source relational database

21.9k
5.9k
Last commit

PostgreSQL is an advanced open source object-relational database with strong SQL compliance, ACID transactions, extensibility, and robust indexing and replication options.

Actively maintained
Alternative to:
Amazon Relational Database Service (Amazon RDS) logo
Amazon Relational Database Service (Amazon RDS)
+12
Manticore Search logo

Manticore Search

Fast open-source search database with SQL and JSON APIs

12k
641
Last commit

Manticore Search is a fast open-source search database for full-text, faceted, and vector search with SQL (MySQL protocol) and HTTP JSON APIs.

GPL-3.0Actively maintained
Alternative to:
Manticore Search logo
Manticore Search
+15