Skip to main content
M

Mysql

4.0(98 reviews)

1 comparison available

About Mysql

MySQL is the world's most widely deployed open-source relational database, powering the web's largest applications including Facebook, Twitter, YouTube, Wikipedia, and WordPress. Originally developed by MySQL AB in 1995 and acquired by Sun Microsystems (then Oracle) in 2010, MySQL remains open source under the GPL license with a commercial Enterprise edition. MySQL's dominance comes from its LAMP stack heritage (Linux, Apache, MySQL, PHP), making it the default database for most shared web hosting and CMS platforms including WordPress, Drupal, and Joomla. Key features include ACID compliance (with InnoDB engine), replication, clustering via MySQL Cluster/Group Replication, partitioning, full-text search, and JSON support. MySQL is available as a managed service across all cloud providers (Amazon RDS, Azure Database for MySQL, Google Cloud SQL). Amazon's Aurora MySQL-compatible edition delivers 5x better throughput than standard MySQL. Performance for read-heavy OLTP workloads is excellent, and MySQL's simpler configuration compared to PostgreSQL makes it easier to operate. The MariaDB fork (created by MySQL's original founder) has gained popularity as an alternative that avoids Oracle's stewardship. MySQL's weaknesses include historically weaker standards compliance (improving with each version), limited support for advanced analytics, and Oracle's dual-licensing model creating some open-source ambiguity.

Most widely deployed database on the internetPowers WordPress — 40%+ of all websitesAvailable on all major cloud platforms as managed serviceGPL open source + Oracle Enterprise commercial edition

Frequently Asked Questions

Is MySQL free?

MySQL Community Edition is free under GPL. MySQL Enterprise Edition (monitoring, backup, security plugins, Oracle support) requires a commercial license. MariaDB is a fully open-source alternative without commercial licensing concerns.

MySQL vs MariaDB — which should I use?

For new projects, either works well. MariaDB is fully open source with some performance improvements; MySQL has stronger Oracle commercial support and Amazon Aurora compatibility. Most MySQL applications run on MariaDB without code changes.

Is MySQL still relevant with PostgreSQL's popularity?

Absolutely. MySQL powers the majority of existing websites and CMS platforms and remains the dominant choice for WordPress hosting environments. PostgreSQL has surpassed MySQL in developer preference surveys, but MySQL's existing install base ensures long-term relevance.