26.4.3.47 The version View

This view provides the current sys schema and MySQL server versions.

Note

As of MySQL 5.7.28, this view is deprecated and will be removed in a future MySQL version. Affected applications should be adjusted to use an alternative instead. For example, use the VERSION() function to retrieve the MySQL server version.

The version view has these columns:

  • sys_version

    The sys schema version.

  • mysql_version

    The MySQL server version.