Computers & Internet

Amazing Facts About MySQL You Should Know

Amazing Facts About MySQL You Should Know
Spread the love

MySQL can be built and installed manually from source code. In this post, we’ll have a look at different facts and figures of MySQL that makes it one of the most popular RDBMS in the world.

Interesting Facts About MySQL

  1. It is a relational database management system (RDBMS).
  2. The development of MySQL began in 1994. It was initially released on 23 May 1995; 26 years ago at the time of writing this post.
  3. MySQL was initially, created for personal usage from mSQL based on the low-level language ISAM. mSQL or Mini SQL is a lightweight database management system from Hughes Technologies.
  4. The name MySQL is derived from “My”, the name of co-founder Michael Widenius’s daughter, and “SQL”.
  5. The relational database management system organization’s data in the form of one or more data tables interlinked with some relationship.
  6. SQL language is used to create, modify and extract data from the relational database. SQL also controls the users’ access to the database.
  7. MySQL is free and open-source software under the terms of the GNU General Public License.
  8. Though MySQL is free and open-source, it is also available under a variety of proprietary licenses.
  9. Initially, MySQL was owned and sponsored by the Swedish company MySQL AB. In January 2008, Sun Microsystems bought MySQL AB for $1 billion.
  10. In 2010, Sun Microsystems was acquired by Oracle Corporation.
  11. In 2010, after the Sun acquisition by Oracle, Michael Widenius forked the open-source MySQL project to create MariaDB.
  12. MariaDB is based on the same code base as MySQL server 5.5 and aims to maintain compatibility with Oracle-provided versions.
  13. MariaDB is a community-developed, commercially supported fork of the MySQL, intended to remain free and open-source software under the GNU General Public License.
  14. MySQL is available under two different editions: the open-source MySQL Community Server and the proprietary Enterprise Server.
  15. MySQL Enterprise Server includes a series of proprietary extensions which install as server plugins.
  16. MySQL Enterprise Server shares the version numbering system and is built from the same code base.
  17. MySQL has a stand-alone client to interact directly with a MySQL database using SQL queries.
  18. MySQL is used with other programs to implement applications that need relational database capability. e.g. Websites, Desktop applications.
  19. MySQL is a component of the LAMP web application software stack. LAMP stack consists of Linux, Apache, MySQL, Perl/PHP/Python.
  20. MySQL powers a lot of big fishes in the tech market. It includes including Facebook, Flickr, MediaWiki, Twitter, YouTube, etc.
  21. MySQL is written in C and C++.
  22. MySQL is a cross-platform software.
  23. MySQL supports all major operating systems, including, Operating system Linux, Solaris, macOS, Windows, FreeBSD.
  24. Apart from these popular OSs, MySQL also works on many system platforms, including AIX, BSDi, HP-UX, ArcaOS, eComStation, IBM i, IRIX, NetBSD, Novell NetWare, OpenBSD, OpenSolaris, OS/2 Warp, QNX, Oracle Solaris, Symbian, SunOS, SCO OpenServer, SCO UnixWare, Sanos, and Tru64.
  25. MySQL’s SQL parser is written in yacc. Yacc is a computer program for the Unix operating system developed by Stephen C. Johnson.
  26. In MySQL Server 5.5, the default storage engine is InnoDB. It supports transactions and referential integrity constraints.
  27. MySQL 5.5 has improved SMP support. Symmetric multiprocessing or shared-memory multiprocessing (SMP) is a multiprocessor computer hardware and software architecture where two or more identical processors are connected to a single, shared main memory, have full access to all input and output devices.
  28. MySQL has support for supplementary Unicode character sets utf16, utf32, and utf8mb4.
  29. MySQL 5.6 was announced in February 2013.
  30. MySQL 5.6 included features such as performance improvements to the query optimizer, higher transactional throughput in InnoDB, new NoSQL-style Memcached APIs, improvements to partitioning for querying and managing very large tables.
  31. MySQL 5.6 supports stored procedures. A stored procedure is a subroutine available to applications that access an RDBMS.
  32. MySQL 5.6 also supports triggers. A trigger is a procedural code that is automatically executed on certain events on a particular table or view.
  33. MySQL 5.6 also supports cursors. A cursor is a mechanism that enables traversal over the records in a relational database.
  34. MySQL 5.6 also provides a Performance Schema that collects and aggregates statistics about server execution and query performance for monitoring purposes.
  35. MySQL 5.6 also introduced a set of SQL Mode options to control runtime behavior, including a strict mode to better adhere to SQL standards.
  36. MySQL 5.6 also introduced transactions with savepoints when using the default InnoDB Storage Engine.
  37. MySQL 5.6 also introduced support for SSL and query caching.
  38. MySQL 5.6 also introduced support for full-text indexing and searching.
  39. The new InnoDB storage engine also included support for full-text search and improved group commit performance.
  40. MySQL 5.7 was announced in October 2015.
  41. MySQL 5.7.8 supports a native JSON data type defined by RFC 7159.
  42. MySQL Server 8.0 was announced in April 2018.
  43. MySQL Server 8.0 included support for NoSQL Document Store, atomic and crash-safe DDL sentences and JSON Extended syntax.
  44. MySQL Server 8.0 also included support for additional functions, such as, JSON table functions, improved sorting, and partial updates.
  45. MySQL was declared DBMS of the year 2019 from the DB-Engines ranking. The DB-Engines Ranking ranks database management systems by popularity, covering over 340 systems.
  46. Work on MySQL version 6 was stopped after the Sun Microsystems acquisition.
  47. On 15 June 2001, NuSphere sued MySQL AB, TcX DataKonsult AB, and its original authors for “breach of contract, tortious interference with third party contracts and relationships and unfair competition”.
  48. In 2002, MySQL AB sued Progress NuSphere for copyright and trademark infringement.
  49. In October 2005, Oracle Corporation acquired Innobase OY, the Finnish company that developed the third-party InnoDB storage engine that allows MySQL to provide such functionality as transactions and foreign keys.
  50. A movement against Oracle’s acquisition of MySQL AB, to “Save MySQL” from Oracle was initiated by Monty Widenius. The petition of 50,000+ MySQL developers and users was filed upon the European Commission to disapprove this acquisition.
  51. MySQL also has some limitations, such as, when using some storage engines other than the default of InnoDB, MySQL does not comply with the full SQL standard for some of the implemented functionality.
  52. Up until MySQL 5.7, triggers are limited to one per action/timing.
  53. No triggers can be defined on views.
  54. MySQL Workbench is the integrated environment for MySQL.
  55. MySQL Workbench was developed by MySQL AB. It enables users to graphically administer MySQL databases and visually design database structures.
  56. Like MySQL, MySQL Workbench is available in two editions, the regular free and open source Community Edition.
  57. Apart from MySQL Workbench, MySQL has many popular GUI tools, such as Adminer, Database Workbench, DBeaver, DBEdit, HeidiSQL, LibreOffice Base, phpMyAdmin, SQLBuddy, SQLyog, Toad for MySQL, Webmin.
  58. MySQL Utilities is a set of utilities designed to perform common maintenance and administrative tasks.
  59. Different programming languages have made available language-specific APIs for accessing the MySQL databases.
  60. An ODBC interface called MySQL Connector allows additional programming languages to connect with the MySQL servers.
  61. MySQL can be deployed on cloud computing platforms such as Microsoft Azure, Amazon EC2, etc.
  62. MySQL can be deployed on a server as a “Virtual machine image”.
  63. Some cloud platforms provide MySQL “as a service”.
  64. Some of the popular cloud-based MySQL services are, Azure Database for MySQL, Rackspace, HP Converged Cloud, Heroku, and Jelastic.
  65. Currently, MySQL has two extremely popular forks, MariaDB and Percona Server for MySQL. Percona Server for MySQL, forked by Percona, aims to retain close compatibility to the official MySQL releases.
  66. MySQL has some abandoned forks, such, as Drizzle, WebScaleSQL, and OurDelta. Drizzle was a free software/open-source relational database management system (DBMS) that was forked from the now-defunct 6.0 MySQL branch.
  67. WebScaleSQL was a software branch of MySQL 5.6 and was announced on 27 March 2014 by Facebook, Google, LinkedIn, and Twitter as a joint effort to provide a centralized development structure for extending MySQL.

There is a lot more to discuss about MySQL. Share these amazing facts about MySQL with your friends on social media.

References:

  1. MySQL Official Website
  2. MySQL GITHUB Repository
  3. Wikipedia
  4. What is MySQL?
  5. History of MySQL
  6. MyRocks: Space- and write-optimized MySQL database
  7. Using, Abusing and Scaling MySQL at Flickr
  8. The Infrastructure Behind Twitter: Scale
  9. Sun Picks Up MySQL For $1 Billion; Open Source Is A Legitimate Business Model
  10. MySQL Database Service
  11. OurDelta produced enhanced builds for MySQL 5.0 and builds for MariaDB 5.1
  12. Changes in MySQL 8.0.25 (2021-05-11, General Availability)
  13. DB-Engines Ranking of Relational DBMS