• This is a comparison between notable database engines for the MySQL database management system (DBMS). A database engine (or "storage engine") is the underlying...
    4 KB (89 words) - 04:30, 29 July 2025
  • Thumbnail for MySQL
    MySQL (/ˌmaɪˌɛsˌkjuːˈɛl/) is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael...
    69 KB (6,514 words) - 13:23, 22 July 2025
  • "INTERSECT". mysql.com. "EXCEPT". mysql.com. "Feature request #16244: SQL-99 Derived table WITH clause (CTE)", Bugs, MySQL, Oracle Window Functions, mysql.com...
    144 KB (3,650 words) - 11:58, 17 July 2025
  • NoSQL (originally meaning "Not only SQL" or "non-relational") refers to a type of database design that stores and retrieves data differently from the traditional...
    30 KB (2,437 words) - 03:35, 25 July 2025
  • InnoDB (category Database engines)
    storage engine for the database management system MySQL and MariaDB. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table...
    4 KB (259 words) - 21:37, 10 July 2024
  • Thumbnail for MariaDB
    MariaDB (redirect from SkySQL)
    MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source...
    56 KB (3,910 words) - 12:35, 7 August 2025
  • Thumbnail for MySQL Workbench
    MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single...
    17 KB (1,832 words) - 14:58, 4 December 2024
  • Thumbnail for PostgreSQL
    PostgreSQL written in PHP and based on the popular phpMyAdmin interface originally written for MySQL administration. PostgreSQL Studio PostgreSQL Studio...
    107 KB (9,029 words) - 02:49, 11 August 2025
  • Ubuntu 14.04.4 LTS Ubuntu 15.10 Ubuntu 16.04 LTS RocksDB Comparison of MySQL database engines "Thoughts on MariaDB Server 10.3 from MariaDB Developers...
    4 KB (362 words) - 05:08, 19 May 2025
  • Thumbnail for Database
    access to the database." Examples of DBMS's include MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle Database, and Microsoft Access. The DBMS acronym...
    77 KB (9,882 words) - 10:22, 9 August 2025
  • codebase to MySQL, in part to compete better against open source alternatives, and acquired Sun Microsystems, owner of MySQL, in 2010. Database products...
    27 KB (1,619 words) - 10:42, 7 June 2025
  • DB-Engines, in December 2024 the most popular systems on the db-engines.com web site were: Oracle Database MySQL Microsoft SQL Server PostgreSQL Snowflake...
    32 KB (3,869 words) - 06:42, 20 July 2025
  • Thumbnail for SQLite
    SQLite (redirect from SQL Lite)
    as an integer. Although it is a lightweight embedded database, SQLite implements most of the SQL standard and the relational model, including transactions...
    37 KB (3,402 words) - 04:09, 11 August 2025
  • Percona Server for MySQL is a distribution of the MySQL relational database management system created by Percona. It is similar to MySQL Enterprise from...
    4 KB (206 words) - 06:59, 8 January 2025
  • TEXT. In MySQL 8.0, by default the TempTable engine is used in place of MEMORY for internal temporary tables. Comparison of MySQL database engines The MEMORY...
    2 KB (218 words) - 10:37, 15 April 2021
  • available on the MySQL database. Comparison of MySQL database enginescomparison between the available database engines for the MySQL database management...
    17 KB (2,065 words) - 02:32, 11 August 2025
  • Thumbnail for Drizzle (database server)
    software/open-source relational database management system (DBMS) that was forked from the now-defunct 6.0 development branch of the MySQL DBMS. Like MySQL, Drizzle had...
    10 KB (900 words) - 10:35, 21 November 2024
  • support for Oracle Database in June 2011, Microsoft SQL Server in May 2012, PostgreSQL in November 2013, and MariaDB (a fork of MySQL) in October 2015,...
    23 KB (1,659 words) - 22:35, 12 December 2024
  • Store Comparison of object–relational database management systems Comparison of relational database management systems Comparison of database administration...
    7 KB (105 words) - 09:25, 5 April 2025
  • Thumbnail for DbForge
    DbForge (category Databases)
    a database management product line started in 2005. It focuses on database development, design, management, and administration for SQL Server, MySQL, MariaDB...
    9 KB (866 words) - 13:49, 6 August 2025
  • not include MyISAM. Comparison of MySQL database engines "MySQL 5.5 Reference Manual :: 13 Storage Engines :: 13.6 The InnoDB Storage Engine". 2009-05-10...
    6 KB (748 words) - 14:17, 29 July 2025
  • engine is completely independent from MySQL, it lacks server components such as networking, object-level permissions, etc. By eliminating the MySQL server...
    25 KB (2,804 words) - 19:24, 9 August 2025
  • "password"); mysql_select_db("database"); $result = mysql_query("SELECT * FROM myDatabase", $mysql); echo mysql_num_rows($result); ?> The MySQL server supports...
    18 KB (2,226 words) - 09:58, 29 July 2025
  • Third party support for database container images has grown, including MongoDB, PostgreSQL, MySQL from Oracle, and Microsoft SQL Server from Microsoft,...
    11 KB (1,394 words) - 23:25, 25 May 2025
  • TokuDB (category Database engines)
    O'Reilly Strata Conference 2012 on big data. Comparison of MySQL database engines NewSQL Database engine "Release Notes". Retrieved 2015-10-20. "Percona...
    6 KB (540 words) - 22:57, 23 March 2023
  • (version control, attachments, etc.) and a database engine and programming language which allows database driven applications to be created using the...
    14 KB (1,716 words) - 16:42, 10 July 2025
  • Bigtable and Apache HBase. The following is a comparison of notable structured storage systems. NoSQL Hamilton, James (3 November 2009). "Perspectives:...
    12 KB (319 words) - 23:30, 13 March 2025
  • software portal Lightning Memory-Mapped Database (LMDB) is an embedded transactional database in the form of a key-value store. LMDB is written in C with...
    31 KB (3,314 words) - 01:41, 21 June 2025
  • requiring MySQL or another database and PHP, Perl, Python, or some other language for web applications), and; a centrally hosted website. In the case of web...
    45 KB (1,693 words) - 18:39, 27 June 2025
  • SQL SELECT statement returns a result set of rows, from one or more tables. A SELECT statement retrieves zero or more rows from one or more database tables...
    33 KB (3,100 words) - 20:59, 25 January 2025