SqlDatabaseVersion

The database engine type and version.

Enums
SQL_DATABASE_VERSION_UNSPECIFIED This is an unknown database version.
MYSQL_5_1

The database version is MySQL 5.1.

MYSQL_5_5

The database version is MySQL 5.5.

MYSQL_5_6 The database version is MySQL 5.6.
MYSQL_5_7 The database version is MySQL 5.7.
MYSQL_8_0 The database version is MySQL 8.
MYSQL_8_0_18 The database major version is MySQL 8.0 and the minor version is 18.
MYSQL_8_0_26 The database major version is MySQL 8.0 and the minor version is 26.
MYSQL_8_0_27 The database major version is MySQL 8.0 and the minor version is 27.
MYSQL_8_0_28 The database major version is MySQL 8.0 and the minor version is 28.
MYSQL_8_0_29

The database major version is MySQL 8.0 and the minor version is 29.

MYSQL_8_0_30 The database major version is MySQL 8.0 and the minor version is 30.
MYSQL_8_0_31 The database major version is MySQL 8.0 and the minor version is 31.
MYSQL_8_0_32 The database major version is MySQL 8.0 and the minor version is 32.
MYSQL_8_0_33 The database major version is MySQL 8.0 and the minor version is 33.
MYSQL_8_0_34 The database major version is MySQL 8.0 and the minor version is 34.
MYSQL_8_0_35 The database major version is MySQL 8.0 and the minor version is 35.
MYSQL_8_0_36 The database major version is MySQL 8.0 and the minor version is 36.
MYSQL_8_0_37 The database major version is MySQL 8.0 and the minor version is 37.
MYSQL_8_0_39 The database major version is MySQL 8.0 and the minor version is 39.
MYSQL_8_0_40 The database major version is MySQL 8.0 and the minor version is 40.
MYSQL_8_0_41 The database major version is MySQL 8.0 and the minor version is 41.
MYSQL_8_0_42 The database major version is MySQL 8.0 and the minor version is 42.
MYSQL_8_0_43 The database major version is MySQL 8.0 and the minor version is 43.
MYSQL_8_0_44 The database major version is MySQL 8.0 and the minor version is 44.
MYSQL_8_4 The database version is MySQL 8.4.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月14日 UTC.