MySQL, the Glossary
MySQL is an open-source relational database management system (RDBMS).[1]
Table of Contents
203 relations: ACID, Acquisition of Sun Microsystems by Oracle Corporation, Active Server Pages, Adminer, Adobe ColdFusion, Amazon Elastic Compute Cloud, Amazon Relational Database Service, Amazon Web Services, Apache HTTP Server, API, ArcaOS, B-tree, Berkeley DB, BSD licenses, BSD/OS, C (programming language), C++, Cache (computing), Carlo Piana, CentOS, Client–server model, Cloud computing, Comma-separated values, Command language, Command-line interface, Comparison of database administration tools, Comparison of MySQL database engines, Comparison of relational database management systems, Computerworld, Computing platform, Coordinated Universal Time, Copyright infringement, Cursor (databases), Data definition language, Data warehouse, Database index, Database transaction, Database trigger, Database Workbench, Datadog, David Axmark, DB-Engines ranking, DBeaver, DBEdit, Debian, Disk image, Distributed transaction, Drizzle (database server), Drupal, EComStation, ... Expand index (153 more) »
- Client-server database management systems
- Drupal
- Relational database management software for Linux
- WordPress
ACID
In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps.
See MySQL and ACID
Acquisition of Sun Microsystems by Oracle Corporation
The acquisition of Sun Microsystems by Oracle Corporation was completed on January 27, 2010.
See MySQL and Acquisition of Sun Microsystems by Oracle Corporation
Active Server Pages
Active Server Pages (ASP) is Microsoft's first server-side scripting language and engine for dynamic web pages.
See MySQL and Active Server Pages
Adminer
Adminer (formerly known as phpMinAdmin) is a tool for managing content in databases. MySQL and Adminer are cross-platform software.
Adobe ColdFusion
Adobe ColdFusion is a commercial rapid web-application development computing platform created by J. J. Allaire in 1995.
See MySQL and Adobe ColdFusion
Amazon Elastic Compute Cloud
Amazon Elastic Compute Cloud (EC2) is a part of Amazon.com's cloud-computing platform, Amazon Web Services (AWS), that allows users to rent virtual computers on which to run their own computer applications.
See MySQL and Amazon Elastic Compute Cloud
Amazon Relational Database Service
Amazon Relational Database Service (or Amazon RDS) is a distributed relational database service by Amazon Web Services (AWS).
See MySQL and Amazon Relational Database Service
Amazon Web Services
Amazon Web Services, Inc. (AWS) is a subsidiary of Amazon that provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered, pay-as-you-go basis.
See MySQL and Amazon Web Services
Apache HTTP Server
The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0. MySQL and Apache HTTP Server are 1995 software.
See MySQL and Apache HTTP Server
API
An is a way for two or more computer programs or components to communicate with each other.
See MySQL and API
ArcaOS
ArcaOS is an operating system based on OS/2, developed and marketed by Arca Noae, LLC under license from IBM.
See MySQL and ArcaOS
B-tree
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time.
See MySQL and B-tree
Berkeley DB
Berkeley DB (BDB) is an embedded database software library for key/value data, historically significant in open-source software. Berkeley DB is written in C with API bindings for many other programming languages. BDB stores arbitrary key/data pairs as byte arrays and supports multiple data items for a single key. MySQL and Berkeley DB are free database management systems and Oracle software.
BSD licenses
BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the use and distribution of covered software.
BSD/OS
BSD/OS (originally called BSD/386 and sometimes known as BSDi) is a discontinued proprietary version of the BSD operating system developed by Berkeley Software Design, Inc.
See MySQL and BSD/OS
C (programming language)
C (pronounced – like the letter c) is a general-purpose programming language. MySQL and c (programming language) are cross-platform software.
See MySQL and C (programming language)
C++
C++ (pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. MySQL and C++ are cross-platform software.
See MySQL and C++
Cache (computing)
In computing, a cache is a hardware or software component that stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere.
See MySQL and Cache (computing)
Carlo Piana
Carlo Piana is a lawyer by training and a free software advocate.
CentOS
CentOS (from Community Enterprise Operating System; also known as CentOS Linux) is a discontinued Linux distribution that provided a free and open-source community-supported computing platform, functionally compatible with its upstream source, Red Hat Enterprise Linux (RHEL).
See MySQL and CentOS
Client–server model
The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.
See MySQL and Client–server model
Cloud computing
Cloud computing is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user.
Comma-separated values
Comma-separated values (CSV) is a text file format that uses commas to separate values, and newlines to separate records.
See MySQL and Comma-separated values
Command language
A command language is a language for job control in computing.
See MySQL and Command language
Command-line interface
A command-line interface (CLI) is a means of interacting with a computer program by inputting lines of text called command-lines.
See MySQL and Command-line interface
The following tables compare general and technical information for a number of available database administration tools.
See MySQL and Comparison of database administration tools
Comparison of MySQL database engines
This is a comparison between notable database engines for the MySQL database management system (DBMS).
See MySQL and Comparison of MySQL database engines
Comparison of relational database management systems
The following tables compare general and technical information for a number of relational database management systems.
See MySQL and Comparison of relational database management systems
Computerworld
Computerworld (abbreviated as CW) is an ongoing decades-old professional publication which in 2014 "went digital." Its audience is information technology (IT) and business technology professionals, and is available via a publication website and as a digital magazine.
Computing platform
A computing platform, digital platform, or software platform is the infrastructure on which software is executed.
See MySQL and Computing platform
Coordinated Universal Time
Coordinated Universal Time (UTC) is the primary time standard globally used to regulate clocks and time.
See MySQL and Coordinated Universal Time
Copyright infringement
Copyright infringement (at times referred to as piracy) is the use of works protected by copyright without permission for a usage where such permission is required, thereby infringing certain exclusive rights granted to the copyright holder, such as the right to reproduce, distribute, display or perform the protected work, or to produce derivative works.
See MySQL and Copyright infringement
Cursor (databases)
In computer science, a database cursor is a mechanism that enables traversal over the records in a database.
See MySQL and Cursor (databases)
Data definition language
In the context of SQL, data definition or data description language (DDL) is a syntax for creating and modifying database objects such as tables, indices, and users.
See MySQL and Data definition language
Data warehouse
In computing, a data warehouse (DW or DWH), also known as an enterprise data warehouse (EDW), is a system used for reporting and data analysis and is considered a core component of business intelligence.
Database index
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of additional writes and storage space to maintain the index data structure.
Database transaction
A database transaction symbolizes a unit of work, performed within a database management system (or similar system) against a database, that is treated in a coherent and reliable way independent of other transactions.
See MySQL and Database transaction
Database trigger
A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database.
See MySQL and Database trigger
Database Workbench
Database Workbench is a software application for development and administration of multiple relational databases using SQL, with interoperationality between different database systems, developed by Upscene Productions.
See MySQL and Database Workbench
Datadog
Datadog, Inc. is an American company that provides an observability service for cloud-scale applications, providing monitoring of servers, databases, tools, and services, through a SaaS-based data analytics platform.
David Axmark
David Axmark, born 28 May 1962 in Sweden, is one of the founders of MySQL AB and a developer of the free database server, MySQL.
DB-Engines ranking
The DB-Engines Ranking ranks database management systems by popularity, covering over 410 systems.
See MySQL and DB-Engines ranking
DBeaver
DBeaver is a SQL client software application and a database administration tool.
DBEdit
DBEdit 2 is a database editor, which can connect to an Oracle, IBM Db2, MySQL and any database that provides a JDBC driver.
See MySQL and DBEdit
Debian
Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software and optionally non-free firmware or software developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993.
See MySQL and Debian
Disk image
A disk image is a snapshot of a storage device's structure and data typically stored in one or more computer files on another storage device.
Distributed transaction
A distributed transaction is a database transaction in which two or more network hosts are involved.
See MySQL and Distributed transaction
Drizzle (database server)
Drizzle is a discontinued free software/open-source relational database management system (DBMS) that was forked from the now-defunct 6.0 development branch of the MySQL DBMS. MySQL and Drizzle (database server) are client-server database management systems, free database management systems and relational database management software for Linux.
See MySQL and Drizzle (database server)
Drupal
Drupal is a free and open-source web content management system (CMS) written in PHP and distributed under the GNU General Public License. MySQL and Drupal are cross-platform software and software using the GPL license.
See MySQL and Drupal
EComStation
eComStation or eCS is an operating system based on OS/2 Warp for the 32-bit x86 architecture.
English language
English is a West Germanic language in the Indo-European language family, whose speakers, called Anglophones, originated in early medieval England on the island of Great Britain.
See MySQL and English language
Execution (computing)
Execution in computer and software engineering is the process by which a computer or virtual machine interprets and acts on the instructions of a computer program.
See MySQL and Execution (computing)
Facebook is a social media and social networking service owned by American technology conglomerate Meta.
Fedora Linux
Fedora Linux is a Linux distribution developed by the Fedora Project.
Finland
Finland, officially the Republic of Finland, is a Nordic country in Northern Europe.
Finns
Finns or Finnish people (suomalaiset) are a Baltic Finnic ethnic group native to Finland.
See MySQL and Finns
Flickr
Flickr is an image hosting and video hosting service, as well as an online community, founded in Canada and headquartered in the United States.
See MySQL and Flickr
Foreign key
A foreign key is a set of attributes in a table that refers to the primary key of another table, linking these two tables.
Fork (software development)
In software engineering, a project fork happens when developers take a copy of source code from one software package and start independent development on it, creating a distinct and separate piece of software.
See MySQL and Fork (software development)
Free and open-source software
Free and open-source software (FOSS) is software that is available under a license that grants the right to use, modify, and distribute the software, modified or not, to everyone free of charge.
See MySQL and Free and open-source software
Free Software Foundation
The Free Software Foundation (FSF) is a 501(c)(3) non-profit organization founded by Richard Stallman on October 4, 1985, to support the free software movement, with the organization's preference for software being distributed under copyleft ("share alike") terms, such as with its own GNU General Public License.
See MySQL and Free Software Foundation
FreeBSD
FreeBSD is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD).
GitHub
GitHub is a developer platform that allows developers to create, store, manage and share their code. MySQL and GitHub are cross-platform software.
See MySQL and GitHub
GNU General Public License
The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses, or copyleft, that guarantee end users the four freedoms to run, study, share, and modify the software.
See MySQL and GNU General Public License
Graphical user interface
A graphical user interface, or GUI, is a form of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation.
See MySQL and Graphical user interface
Groklaw
Groklaw is a website that covered legal news of interest to the free and open source software community.
HeidiSQL
HeidiSQL is a free and open-source administration tool for MariaDB, MySQL, as well as Microsoft SQL Server, PostgreSQL and SQLite.
Heroku
Heroku is a cloud platform as a service (PaaS) supporting several programming languages.
See MySQL and Heroku
HP Cloud
HP Cloud was a set of cloud computing services available from Hewlett-Packard.
HP-UX
HP-UX (from "Hewlett Packard Unix") is Hewlett Packard Enterprise's proprietary implementation of the Unix operating system, based on Unix System V (initially System III) and first released in 1984.
See MySQL and HP-UX
HTSQL
Hyper Text Structured Query Language (HTSQL) is a schema-driven URI-to-SQL query language that takes a request over HTTP, converts it to a SQL query, executes the query against a database, and returns the results in a format best suited for the user agent (CSV, HTML, etc.) The HTSQL language is implemented on "HTSQL servers," which use HTSQL to convert web requests into equivalent SQL, executes requests on a server-side database, and returns results in XML, HTML, CSV, JSON, or YAML formats.
See MySQL and HTSQL
IBM AIX
AIX (Advanced Interactive eXecutive, pronounced) is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.
IBM i
IBM i (the i standing for integrated) is an operating system developed by IBM for IBM Power Systems.
See MySQL and IBM i
Information schema
In relational databases, the information schema is an ANSI-standard set of read-only views that provide information about all of the tables, views, columns, and procedures in a database.
See MySQL and Information schema
Innobase
Innobase was a Finnish company headquartered in Helsinki, Finland.
InnoDB
InnoDB is a storage engine for the database management system MySQL and MariaDB. MySQL and InnoDB are Oracle software.
See MySQL and InnoDB
IRIX
IRIX is a discontinued operating system developed by Silicon Graphics (SGI) to run on the company's proprietary MIPS workstations and servers.
See MySQL and IRIX
ISAM
Indexed Sequential Access Method (ISAM) is a method for creating, maintaining, and manipulating computer files of data so that records can be retrieved sequentially or randomly by one or more keys.
See MySQL and ISAM
Jelastic
Jelastic is a cloud platform software vendor that provides multi-cloud platform as a service-based on container technology for hosting service providers, ISVs, telecommunication companies, enterprises and developers.
Joomla
Joomla, also styled Joomla! (with an exclamation mark) and sometimes abbreviated as J!, is a free and open-source content management system (CMS) for publishing web content on websites. MySQL and Joomla are cross-platform software and software using the GPL license.
See MySQL and Joomla
JSON
JSON (JavaScript Object Notation, pronounced or) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values).
See MySQL and JSON
LAMP (software bundle)
A LAMP (Linux, Apache, MySQL, Perl/PHP/Python) is one of the most common software stacks for the web's most popular applications.
See MySQL and LAMP (software bundle)
Lexical analysis
Lexical tokenization is conversion of a text into (semantically or syntactically) meaningful lexical tokens belonging to categories defined by a "lexer" program.
See MySQL and Lexical analysis
Library (computing)
In computer science, a library is a collection of read-only resources that is leveraged during software development to implement a computer program.
See MySQL and Library (computing)
LibreOffice Base
LibreOffice Base is a free and open-source database development and administration tool for relational database management systems that is part of the LibreOffice office suite.
See MySQL and LibreOffice Base
Linux
Linux is both an open-source Unix-like kernel and a generic name for a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. MySQL and Linux are cross-platform software.
See MySQL and Linux
Linux distribution
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and often a package management system.
See MySQL and Linux distribution
List of Apache–MySQL–PHP packages
This is a list of notable AMP (Apache, MySQL/MariaDB, Perl/PHP/Python) software stacks for all computer platforms; these software bundles are used to run dynamic Web sites or servers.
See MySQL and List of Apache–MySQL–PHP packages
List of CLI languages
CLI languages are computer programming languages that are used to produce libraries and programs that conform to the Common Language Infrastructure (CLI) specifications.
See MySQL and List of CLI languages
List of content management systems
Content management systems (CMS) are used to organize and facilitate collaborative content creation.
See MySQL and List of content management systems
Logging (computing)
In computing, logging is the act of keeping a log of events that occur in a computer system, such as problems, errors or just information on current operations.
See MySQL and Logging (computing)
MacOS
macOS, originally Mac OS X, previously shortened as OS X, is an operating system developed and marketed by Apple since 2001.
See MySQL and MacOS
MariaDB
MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. MySQL and MariaDB are client-server database management systems, cross-platform software, free database management systems, relational database management software for Linux and software using the GPL license.
Master–slave (technology)
Master–slave is a model of asymmetric communication or control where one device or process (the master) controls one or more other devices or processes (the slaves) and serves as their communication hub.
See MySQL and Master–slave (technology)
MediaWiki is free and open-source wiki software originally developed by Magnus Manske for use on Wikipedia on January 25, 2002, and further improved by Lee Daniel Crocker,Magnus Manske's announcement of "PHP Wikipedia", wikipedia-l, August 24, 2001 after which it has been coordinated by the Wikimedia Foundation. MySQL and MediaWiki are software using the GPL license.
Memcached
Memcached (pronounced variously mem-cash-dee or mem-cashed) is a general-purpose distributed memory-caching system. MySQL and Memcached are cross-platform software.
Michael Widenius
Ulf Michael Widenius (born 3 March 1962), also known as Monty, is a Finnish software programmer.
See MySQL and Michael Widenius
Microsoft Azure
Microsoft Azure, or just Azure (/ˈæʒər, ˈeɪʒər/ ''AZH-ər, AY-zhər'', UK also /ˈæzjʊər, ˈeɪzjʊər/ ''AZ-ure, AY-zure''), is the cloud computing platform developed by Microsoft.
Microsoft Windows
Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft.
See MySQL and Microsoft Windows
MSQL
Mini SQL (abbreviated mSQL) is a lightweight database management system from Hughes Technologies.
See MySQL and MSQL
Multi-licensing
Multi-licensing is the practice of distributing software under two or more different sets of terms and conditions.
Multi-master replication
Multi-master replication is a method of database replication which allows data to be stored by a group of computers, and updated by any member of the group.
See MySQL and Multi-master replication
MyISAM
MyISAM was the default storage engine for the MySQL relational database management system versions prior to 5.5 released in December 2009.
See MySQL and MyISAM
MySQL AB
MySQL AB was a Swedish software company founded in 1995.
MySQL Cluster
MySQL Cluster is a technology providing shared-nothing clustering and auto-sharding for the MySQL database management system.
MySQL Connector/ODBC
MySQL Connector/ODBC, once known as MyODBC, is computer software from Oracle Corporation.
See MySQL and MySQL Connector/ODBC
MySQL Enterprise
MySQL Enterprise is a subscription-based service produced by Oracle Corporation and targeted toward the commercial market. MySQL and MySQL Enterprise are client-server database management systems and relational database management software for Linux.
See MySQL and MySQL Enterprise
MySQL Federated
Federated is a storage engine for the MySQL MariaDB relational database management system that allows creation of a table that is a local representation of a foreign (remote) table.
MySQL Workbench
MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single integrated development environment for the MySQL database system.
Navicat
Navicat is a series of graphical database management and development software produced by CyberTech Ltd.
NetBSD
NetBSD is a free and open-source Unix-like operating system based on the Berkeley Software Distribution (BSD).
See MySQL and NetBSD
NetWare
NetWare is a discontinued computer network operating system developed by Novell, Inc. It initially used cooperative multitasking to run various services on a personal computer, using the IPX network protocol.
Node.js
Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more.
NoSQL
NoSQL (originally referring to "non-SQL" or "non-relational") is an approach to database design that focuses on providing a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases.
See MySQL and NoSQL
Open Database Connectivity
In computing, Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS).
See MySQL and Open Database Connectivity
Open source
Open source is source code that is made freely available for possible modification and redistribution.
Open-source software
Open-source software (OSS) is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose.
See MySQL and Open-source software
OpenBSD
OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD).
OpenOffice.org
OpenOffice.org (OOo), commonly known as OpenOffice, is a discontinued open-source office suite.
OpenServer
Xinuos OpenServer, previously SCO UNIX and SCO Open Desktop (SCO ODT), is a closed source computer operating system developed by Santa Cruz Operation (SCO), later acquired by SCO Group, and now owned by Xinuos.
OpenSolaris
OpenSolaris is a discontinued open-source computer operating system based on Solaris and created by Sun Microsystems.
OpenVMS
OpenVMS, often referred to as just VMS, is a multi-user, multiprocessing and virtual memory-based operating system.
Operating system
An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.
See MySQL and Operating system
Opinion leadership
Opinion leadership is leadership by an active media user who interprets the meaning of media messages or content for lower-end media users.
See MySQL and Opinion leadership
Oracle Corporation
Oracle Corporation is an American multinational computer technology company headquartered in Austin, Texas.
See MySQL and Oracle Corporation
Oracle Solaris
Solaris is a proprietary Unix operating system originally developed by Sun Microsystems. MySQL and Oracle Solaris are Oracle software.
OS/2
OS/2 (Operating System/2) is a series of computer operating systems, initially created by Microsoft and IBM under the leadership of IBM software designer Ed Iacobucci.
See MySQL and OS/2
Package manager
A package manager or package-management system is a collection of software tools that automates the process of installing, upgrading, configuring, and removing computer programs for a computer in a consistent manner.
Packt
Packt is a publishing company founded in 2003 and headquartered in Birmingham, UK, with offices in Mumbai, India.
See MySQL and Packt
Pamela Jones
Pamela Jones, commonly known as PJ, is the creator and was editor of Groklaw, a website that covered legal news of interest to the free and open-source software community.
Partition (database)
A partition is a division of a logical database or its constituent elements into distinct independent parts.
See MySQL and Partition (database)
Patti B. Saris
Patti Barbara Saris (born July 20, 1951) is a United States district judge of the United States District Court for the District of Massachusetts.
PC World
PC World (stylized as PCWorld) is a global computer magazine published monthly by IDG.
Percona
Percona is an American company based in Durham, North Carolina and the developer of a number of open source software projects for MySQL, MariaDB, PostgreSQL, MongoDB and RocksDB users.
Percona Server for MySQL
Percona Server for MySQL is a distribution of the MySQL relational database management system created by Percona. MySQL and Percona Server for MySQL are client-server database management systems, cross-platform software, free database management systems, relational database management software for Linux and software using the GPL license.
See MySQL and Percona Server for MySQL
Perl
Perl is a high-level, general-purpose, interpreted, dynamic programming language. MySQL and Perl are cross-platform software.
See MySQL and Perl
PHP
PHP is a general-purpose scripting language geared towards web development. MySQL and PHP are 1995 software and cross-platform software.
See MySQL and PHP
PhpBB
phpBB is an Internet forum package written in the PHP scripting language.
See MySQL and PhpBB
PhpMyAdmin
phpMyAdmin is a free and open source administration tool for MySQL and MariaDB.
Plane (Unicode)
In the Unicode standard, a plane is a contiguous group of 65,536 (216) code points.
Press release
A press release (also known as a media release) is an official statement delivered to members of the news media for the purpose of providing information, creating an official statement, or making an announcement directed for public release.
Programming language
A programming language is a system of notation for writing computer programs.
See MySQL and Programming language
Proof of concept
Proof of concept (POC or PoC), also known as proof of principle, is a realization of a certain idea, method or principle in order to demonstrate its feasibility, or viability, or a demonstration in principle with the aim of verifying that some concept or theory has practical potential.
See MySQL and Proof of concept
Proprietary software
Proprietary software is software that grants its creator, publisher, or other rightsholder or rightsholder partner a legal monopoly by modern copyright and intellectual property law to exclude the recipient from freely sharing the software or modifying it, and—in some cases, as is the case with some patent-encumbered and EULA-bound software—from making use of the software on their own, thereby restricting their freedoms.
See MySQL and Proprietary software
Python (programming language)
Python is a high-level, general-purpose programming language. MySQL and Python (programming language) are cross-platform software.
See MySQL and Python (programming language)
QNX
QNX is a commercial Unix-like real-time operating system, aimed primarily at the embedded systems market.
See MySQL and QNX
Query optimization
Query optimization is a feature of many relational database management systems and other databases such as NoSQL and graph databases.
See MySQL and Query optimization
R-tree
R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons.
See MySQL and R-tree
Rackspace Technology
Rackspace Technology, Inc. is an American cloud computing company based in San Antonio, Texas.
See MySQL and Rackspace Technology
ReadWrite
ReadWrite (originally ReadWriteWeb or RWW) is a Web technology blog launched in 2003, covering Web 2.0 and Web technology in general, and providing industry news, reviews, and analysis.
Relational database
A relational database (RDB) is a database based on the relational model of data, as proposed by E. F. Codd in 1970.
See MySQL and Relational database
Reliable multicast
A reliable multicast is any computer networking protocol that provides a reliable sequence of packets to multiple recipients simultaneously, making it suitable for applications such as multi-receiver file transfer.
See MySQL and Reliable multicast
Replication (computing)
Replication in computing involves sharing information so as to ensure consistency between redundant resources, such as software or hardware components, to improve reliability, fault-tolerance, or accessibility.
See MySQL and Replication (computing)
Savepoint
A savepoint is a way of implementing subtransactions (also known as nested transactions) within a relational database management system by indicating a point within a transaction that can be "rolled back to" without affecting any work done in the transaction before the savepoint was created.
Screenshot
A screenshot (also known as screen capture or screen grab) is a digital image that shows the contents of a computer display.
Select (SQL)
The SQL SELECT statement returns a result set of rows, from one or more tables.
Set operations (SQL)
Set operations in SQL is a type of operations which allow the results of multiple queries to be combined into a single result set.
See MySQL and Set operations (SQL)
Shard (database architecture)
A database shard, or simply a shard, is a horizontal partition of data in a database or search engine.
See MySQL and Shard (database architecture)
A shared-nothing architecture (SN) is a distributed computing architecture in which each update request is satisfied by a single node (processor/memory/storage unit) in a computer cluster.
See MySQL and Shared-nothing architecture
Sleepycat Software
Sleepycat Software, Inc. was the software company primarily responsible for maintaining the Berkeley DB packages from 1996 to 2006.
See MySQL and Sleepycat Software
Solution stack
In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications.
SQL
Structured Query Language (SQL) (pronounced S-Q-L; historically "sequel") is a domain-specific language used to manage data, especially in a relational database management system (RDBMS).
See MySQL and SQL
SQL/PSM
SQL/PSM (SQL/Persistent Stored Modules) is an ISO standard mainly defining an extension of SQL with a procedural language for use in stored procedures.
SQL:1999
SQL:1999 (also called SQL 3) was the fourth revision of the SQL database query language.
SQLBuddy
SQL Buddy is an open-source web-based application primarily coded in PHP, that allows users to control both MySQL and SQLite database through a web browser.
SQLyog
SQLyog is a GUI tool for the RDBMS MySQL.
See MySQL and SQLyog
Stored procedure
A stored procedure (also termed prc, proc, storp, sproc, StoPro, StoredProc, StoreProc, sp, or SP) is a subroutine available to applications that access a relational database management system (RDBMS).
See MySQL and Stored procedure
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the Network File System (NFS), and SPARC microprocessors.
See MySQL and Sun Microsystems
SunOS
SunOS is a Unix-branded operating system developed by Sun Microsystems for their workstation and server computer systems.
See MySQL and SunOS
Sweden
Sweden, formally the Kingdom of Sweden, is a Nordic country located on the Scandinavian Peninsula in Northern Europe.
See MySQL and Sweden
Swedes
Swedes (svenskar) are an ethnic group native to Sweden, who share a common ancestry, culture, history and language. They mostly inhabit Sweden and the other Nordic countries, in particular Finland where they are an officially recognized minority, with Swedish being one of the official languages of the country, and with a substantial diaspora in other countries, especially the United States.
See MySQL and Swedes
Symbian
Symbian was a mobile operating system (OS) and computing platform designed for smartphones.
Symmetric multiprocessing
Symmetric multiprocessing or shared-memory multiprocessing (SMP) involves 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, and are controlled by a single operating system instance that treats all processors equally, reserving none for special purposes.
See MySQL and Symmetric multiprocessing
The New York Times
The New York Times (NYT) is an American daily newspaper based in New York City.
See MySQL and The New York Times
The Register
The Register is a British technology news website co-founded in 1994 by Mike Magee and John Lettice.
Toad (software)
Toad is a database management toolset from Quest Software for managing relational and non-relational databases using SQL aimed at database developers, database administrators, and data analysts.
Tortious interference
Tortious interference, also known as intentional interference with contractual relations, in the common law of torts, occurs when one person intentionally damages someone else's contractual or business relationships with a third party, causing economic harm.
See MySQL and Tortious interference
Trademark infringement
Trademark infringement is a violation of the exclusive rights attached to a trademark without the authorization of the trademark owner or any licensees (provided that such authorization was within the scope of the licence).
See MySQL and Trademark infringement
Transport Layer Security
Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network.
See MySQL and Transport Layer Security
Tru64 UNIX
Tru64 UNIX is a discontinued 64-bit UNIX operating system for the Alpha instruction set architecture (ISA), currently owned by Hewlett-Packard (HP).
X, commonly referred to by its former name Twitter, is a social networking service.
Two-phase commit protocol
In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC, tupac) is a type of atomic commitment protocol (ACP).
See MySQL and Two-phase commit protocol
Ubuntu
Ubuntu is a Linux distribution derived from Debian and composed mostly of free and open-source software.
See MySQL and Ubuntu
Unicode
Unicode, formally The Unicode Standard, is a text encoding standard maintained by the Unicode Consortium designed to support the use of text in all of the world's writing systems that can be digitized.
United States Department of Justice
The United States Department of Justice (DOJ), also known as the Justice Department, is a federal executive department of the United States government tasked with the enforcement of federal law and administration of justice in the United States.
See MySQL and United States Department of Justice
United States District Court for the District of Massachusetts
The United States District Court for the District of Massachusetts (in case citations, D. Mass.) is the federal district court whose territorial jurisdiction is the Commonwealth of Massachusetts, United States.
See MySQL and United States District Court for the District of Massachusetts
UnixWare
UnixWare is a Unix operating system.
URL
A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it.
See MySQL and URL
UTF-16
UTF-16 (16-bit Unicode Transformation Format) is a character encoding capable of encoding all 1,112,064 valid code points of Unicode (in fact this number of code points is dictated by the design of UTF-16).
See MySQL and UTF-16
UTF-8
UTF-8 is a variable-length character encoding standard used for electronic communication.
See MySQL and UTF-8
View (SQL)
In a database, a view is the result set of a stored query that presents a limited perspective of the database to a user.
Web application
A web application (or web app) is application software that is accessed using a web browser.
Webmin
Webmin is a web-based server management control panel for Unix-like systems.
See MySQL and Webmin
WebScaleSQL
WebScaleSQL was an open-source relational database management system (RDBMS) created as a software branch of the production-ready community releases of MySQL. MySQL and WebScaleSQL are client-server database management systems, free database management systems and relational database management software for Linux.
Website
A website (also written as a web site) is a collection of web pages and related content that is identified by a common domain name and published on at least one web server.
Wired (magazine)
Wired (stylized in all caps) is a monthly American magazine, published in print and online editions, that focuses on how emerging technologies affect culture, the economy, and politics.
See MySQL and Wired (magazine)
WordPress
WordPress (also known as WP or WordPress.org) is a web content management system. MySQL and WordPress are software using the GPL license.
X/Open XA
For transaction processing in computing, the X/Open XA standard (short for "eXtended Architecture") is a specification released in 1991 by X/Open (which later merged with The Open Group) for distributed transaction processing (DTP).
XtraDB
Percona XtraDB is a storage engine for the MariaDB and Percona Server databases, and is intended as a drop-in replacement to InnoDB, which is the default engine in MySQL.
See MySQL and XtraDB
Yacc
Yacc (Yet Another Compiler-Compiler) is a computer program for the Unix operating system developed by Stephen C. Johnson.
See MySQL and Yacc
Year 2038 problem
The year 2038 problem (also known as Y2038, Y2K38, Y2K38 superbug or the Epochalypse) is a time computing problem that leaves some computer systems unable to represent times after 03:14:07 UTC on 19 January 2038.
See MySQL and Year 2038 problem
YouTube
YouTube is an American online video sharing platform owned by Google.
ZDNET
ZDNET is a business technology news website owned and operated by Red Ventures.
See MySQL and ZDNET
See also
Client-server database management systems
- Aerospike (database)
- Apache CouchDB
- CUBRID
- Comdb2
- Couchbase Server
- Drizzle (database server)
- Firebird (database server)
- GaussDB
- History of Microsoft SQL Server
- IBM Db2
- Informix
- Ingres (database)
- InterBase
- LucidDB
- MariaDB
- Microsoft SQL Server
- MonetDB
- MySQL
- MySQL Enterprise
- Oracle Database
- Percona Server for MySQL
- PostgreSQL
- Transbase
- Virtuoso Universal Server
- WebScaleSQL
Drupal
- Acquia
- AdExtent
- AddToAny
- Angela Byron
- Bitnami
- BlazeMeter
- CKEditor
- Co-ment
- Dries Buytaert
- Drupal
- Free Software Magazine
- JQuery UI
- MySQL
- OpenSearchServer
- Pantheon Systems
- Pingback
- Plesk
- Trackback
- Twig (template engine)
- WYMeditor
- XAMPP
Relational database management software for Linux
- Adaptive Server Enterprise
- Comdb2
- Drizzle (database server)
- Firebird (database server)
- FrontBase
- GaussDB
- H2 (database)
- HSQLDB
- IBM Db2
- Informix
- InterBase
- Interbase
- Linter SQL RDBMS
- MariaDB
- Microsoft SQL Server
- MySQL
- MySQL Enterprise
- Oracle Database
- Percona Server for MySQL
- PostgreSQL
- SQLite
- SQream DB
- ScaleBase
- VoltDB
- WebScaleSQL
WordPress
- Accelerated Mobile Pages
- AdExtent
- AddToAny
- Akismet
- Amazon Pay
- Automattic
- BeerXML
- Ben Thompson (analyst)
- BigBlueButton
- Bitnami
- Bluehost
- BuddyPress
- Chalkbeat
- Codelobster
- Donorbox
- Elementor
- Gravatar
- H5P
- IndieAuth
- Internal and external links
- Joost de Valk
- Linkback
- Matt Mullenweg
- Media Temple
- Mike Little
- MySQL
- NextGEN Gallery
- Nofollow
- Open Web Analytics
- OpenSearchServer
- Pantheon Systems
- PeachPie
- Phalanger (compiler)
- Pingback
- Plesk
- RDFa
- Ricardo Galli
- Skimlinks
- TalkShoe
- Trackback
- Tumblr
- Twick.it
- WP Rocket
- WooCommerce
- WordPress
- WordPress.com
- XAMPP
- Yoast SEO
- Yoda conditions
References
[1] https://en.wikipedia.org/wiki/MySQL
Also known as History of MySQL, Libmysqld, Mqsql, My SQL, My Structured Query Language, My.ini, MySQL Enterprise Backup, MySQL Fabric, MySQL HA, MySQL high availability, MySQL server, MySql 5, Mysql 5.0, Mysql 5.1, Mysql-server, Mysql.com, Mysqldump, Port 3306, SunSQL, XtraBackup.
, English language, Execution (computing), Facebook, Fedora Linux, Finland, Finns, Flickr, Foreign key, Fork (software development), Free and open-source software, Free Software Foundation, FreeBSD, GitHub, GNU General Public License, Graphical user interface, Groklaw, HeidiSQL, Heroku, HP Cloud, HP-UX, HTSQL, IBM AIX, IBM i, Information schema, Innobase, InnoDB, IRIX, ISAM, Jelastic, Joomla, JSON, LAMP (software bundle), Lexical analysis, Library (computing), LibreOffice Base, Linux, Linux distribution, List of Apache–MySQL–PHP packages, List of CLI languages, List of content management systems, Logging (computing), MacOS, MariaDB, Master–slave (technology), MediaWiki, Memcached, Michael Widenius, Microsoft Azure, Microsoft Windows, MSQL, Multi-licensing, Multi-master replication, MyISAM, MySQL AB, MySQL Cluster, MySQL Connector/ODBC, MySQL Enterprise, MySQL Federated, MySQL Workbench, Navicat, NetBSD, NetWare, Node.js, NoSQL, Open Database Connectivity, Open source, Open-source software, OpenBSD, OpenOffice.org, OpenServer, OpenSolaris, OpenVMS, Operating system, Opinion leadership, Oracle Corporation, Oracle Solaris, OS/2, Package manager, Packt, Pamela Jones, Partition (database), Patti B. Saris, PC World, Percona, Percona Server for MySQL, Perl, PHP, PhpBB, PhpMyAdmin, Plane (Unicode), Press release, Programming language, Proof of concept, Proprietary software, Python (programming language), QNX, Query optimization, R-tree, Rackspace Technology, ReadWrite, Relational database, Reliable multicast, Replication (computing), Savepoint, Screenshot, Select (SQL), Set operations (SQL), Shard (database architecture), Shared-nothing architecture, Sleepycat Software, Solution stack, SQL, SQL/PSM, SQL:1999, SQLBuddy, SQLyog, Stored procedure, Sun Microsystems, SunOS, Sweden, Swedes, Symbian, Symmetric multiprocessing, The New York Times, The Register, Toad (software), Tortious interference, Trademark infringement, Transport Layer Security, Tru64 UNIX, Twitter, Two-phase commit protocol, Ubuntu, Unicode, United States Department of Justice, United States District Court for the District of Massachusetts, UnixWare, URL, UTF-16, UTF-8, View (SQL), Web application, Webmin, WebScaleSQL, Website, Wired (magazine), WordPress, X/Open XA, XtraDB, Yacc, Year 2038 problem, YouTube, ZDNET.