MySQL 8.0
MySQL is an open-source relational database management system (RDBMS).
Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language. A relational database organizes data into one or more data tables in which data types may be related to each other; these relations help structure the data. SQL is a language programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.
MySQL is free and open-source software under the terms of the GNU General Public License, and is also available under a variety of proprietary licenses. MySQL was owned and sponsored by the Swedish company MySQL AB, which was bought by Sun Microsystems (now Oracle Corporation). In 2010, when Oracle acquired Sun, Widenius forked the open-source MySQL project to create MariaDB.
MySQL has stand-alone clients that allow users to interact directly with a MySQL database using SQL, but more often, MySQL is used with other programs to implement applications that need relational database capability. MySQL is a component of the LAMP web application software stack (and others), which is an acronym for Linux, Apache, MySQL, PHP/Python. MySQL is used by many database-driven web applications and many popular websites.
MySQL 8.0 - Popular snippets
- MySQL 8.0 SELECT VERSION()
last run:
2024-12-21 01:17:01
2143
- MySQL 8.0 d41d8cd98f00b204e9800998ecf8427e
last run:
2024-12-09 02:02:59
264
- MySQL 8.0 CREATE TABLE
last run:
2024-12-06 03:29:46
242
- MySQL 8.0 72d644965aca4022ee37372036e381e9
last run:
2023-12-08 18:42:25
232
- MySQL 8.0 6abbe647b06655a9abcfec5039620607
last run:
2024-10-31 09:37:34
216
- MySQL 8.0 CREATE TABLE INSERT INTO DELETE WHERE AND SELECT
last run:
2024-12-20 08:24:50
197
- MySQL 8.0 SHOW
last run:
2024-09-03 16:55:14
195
- MySQL 8.0 6e5345d20fac3bf337e3b28373fdb21d
last run:
2024-11-21 00:38:25
166
- MySQL 8.0 SELECT
last run:
2024-09-03 16:55:15
158
- MySQL 8.0 CREATE TABLE PRIMARY KEY AUTO_INCREMENT INSERT INTO SELECT WHERE IN GROUP BY HAVING ORDER BY
last run:
2024-07-04 08:07:58
130
MySQL 8.0 - New snippets
-
MySQL 8.0 SELECT
added at:
2024-12-21 15:21:20
1
-
MySQL 8.0 CREATE TABLE LIKE INSERT INTO SELECT DELETE WHERE
added at:
2024-12-21 13:59:14
1
-
MySQL 8.0 CREATE TABLE LIKE INSERT INTO SELECT DELETE WHERE
added at:
2024-12-21 13:59:09
2
-
MySQL 8.0 DROP TABLE CREATE TABLE NOT AUTO_INCREMENT DEFAULT PRIMARY KEY INSERT INTO CONSTRAINT FOREIGN KEY DELETE LIKE UPDATE IN MONTH AND WITH OR HAVING COUNT SELECT DESCRIBE
added at:
2024-12-21 01:17:07
2
-
MySQL 8.0 CREATE TABLE PRIMARY KEY INSERT INTO
added at:
2024-12-20 17:49:20
1
-
MySQL 8.0 CREATE TABLE PRIMARY KEY INSERT INTO
added at:
2024-12-20 17:49:15
1
-
MySQL 8.0 CREATE TABLE PRIMARY KEY INSERT INTO
added at:
2024-12-20 17:49:08
1
-
MySQL 8.0 CREATE TABLE PRIMARY KEY INSERT INTO
added at:
2024-12-20 17:49:04
1
-
MySQL 8.0 CREATE TABLE PRIMARY KEY INSERT INTO
added at:
2024-12-20 17:48:46
1
-
MySQL 8.0 SELECT WITH
added at:
2024-12-20 13:49:30
1