About 50 results
Open links in new tab
  1. MySQL 8.0 Reference Manual

    Mar 30, 2026 · This is the MySQL Reference Manual. It documents MySQL 8.0 through 8.0.46, as well as NDB Cluster releases based on version 8.0 of NDB through 8.0.44, respectively. It may include …

  2. MySQL :: MySQL Documentation

    MySQL 8.4 Reference Manual MySQL 8.4 Release Notes Cloud Guides User guides for various cloud services MySQL HeatWave on OCI MySQL HeatWave on AWS

  3. MySQL :: MySQL 8.0 Reference Manual :: 1 General Information

    For information about MySQL Enterprise, the commercial MySQL release with advanced features and management tools, see Chapter 32, MySQL Enterprise Edition. For answers to a number of …

  4. MySQL :: MySQL 8.4 Reference Manual :: 6.5.1 mysql — The MySQL …

    On Unix, the mysql client logs statements executed interactively to a history file. See Section 6.5.1.3, “mysql Client Logging”.

  5. MySQL :: MySQL 8.4 Reference Manual :: 15 SQL Statements

    This chapter describes the syntax for the SQL statements supported by MySQL.

  6. MySQL :: MySQL 8.4 Reference Manual :: 14.7 Date and Time Functions

    This section describes the functions that can be used to manipulate temporal values. See Section 13.2, “Date and Time Data Types”, for a description of the range of values each date and time type has …

  7. MySQL :: MySQL 8.0 Reference Manual :: 11 Language Structure

    Literal values such as strings and numbers Identifiers such as database, table, and column names Keywords and reserved words User-defined and system variables Expressions Query attributes …

  8. MySQL :: MySQL 8.4 Reference Manual :: 5 Tutorial

    This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database. mysql (sometimes referred to as the “terminal monitor” or just …

  9. MySQL :: MySQL 8.4 Reference Manual :: 6.5.4 mysqldump — A …

    Prior to MySQL 8.4, the --routines and --events options for mysqldump were not required to include stored routines and events when using the --all-databases option: The dump included the mysql …

  10. MySQL :: MySQL 8.4 Reference Manual :: 15.1.20 CREATE TABLE …

    FOREIGN KEY MySQL supports foreign keys, which let you cross-reference related data across tables, and foreign key constraints, which help keep this spread-out data consistent. For definition and …