Getting started with MySQL
Getting started with MySQL
MySQL versions:
Remarks
Getting Started
Information Schema Examples
Limit and Offset
Creating Databases
Backup using mysqldump
Table Creation
Insert
Error Codes
Stored routines, procedures and functions
Reserved Words
String operations
Delete
View
Indexes and Keys
Date and Time Operations
Comments
LOAD DATA INFILE
PREPARE Statements
ALTER TABLE
Joins
UPDATE
Change Password
JSON
MySQL Admin
TRIGGERS
Pivot Queries
Configuration and tuning
Converting from MyISAM to InnoDB
SELECT
Create New User
Group By
UNION
Drop Table
Data Types
Performance Tuning
Events
ENUM
Install MySQL with Docker
Arithmetic
Character Sets and Collations
MyISAM Engine
Many-to-many Mapping table
Using Variables
Log files
Partitioning
Security via GRANTs
Backticks
mysqlimport
MySQL LOCK TABLE
MySQL Unions
ORDER BY
MySQL client
MySQL Performance Tips
Temporary Tables
Transaction
Customize PS1
Dealing with sparse or missing data
Dynamic Un-Pivot Table using Prepared Statement
NULL
Replication
Connecting with UTF-8
SSL Connection Setup
Handling Time Zones
Time with subsecond precision
Error 1055 ONLY FULL GROUP BY
Full-Text search
Extract values from JSON type
Regular Expressions
Recover and reset default root password
One to Many
JOINS Join 3 tables
Server Information
Recover from lost root password
Contributors

Getting started with MySQL

suggest change

MySQL 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.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents