Getting started with MySQL
suggest changeMySQL versions:
Version | Release Date |
---|---|
1 | |
3.19 | |
3.2 | |
3.21 | |
3.22 | |
3.23 | |
4 | |
4.1 | |
5 | |
5.1 | |
5.5 | |
5.6 | |
5.7 |
Remarks

MySQL Logo
MySQL is an open-source Relational Database Management System (RDBMS) that is developed and supported by Oracle Corporation.
MySQL is supported on a large number of platforms, including Linux variants, OS X, and Windows. It also has APIs for a large number of languages, including C, C++, Java, Lua, .Net, Perl, PHP, Python, and Ruby.
MariaDB is a fork of MySQL with a slightly different feature set. It is entirely compatible with MySQL for most applications.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
6 Insert
11 Delete
12 View
15 Comments
18 ALTER TABLE
19 Joins
20 UPDATE
22 JSON
23 MySQL Admin
24 TRIGGERS
28 SELECT
30 Group By
31 UNION
32 Drop Table
33 Data Types
35 Events
36 ENUM
38 Arithmetic
43 Log files
44 Partitioning
46 Backticks
47 mysqlimport
49 MySQL Unions
50 ORDER BY
51 MySQL client
54 Transaction
58 NULL
59 Replication
69 One to Many
73 Contributors