mysql> show global variables like '%version%';
Possible Outputs
Enterprise Edition:
+-------------------------+---------------------------------------------------------+ | Variable_name | Value | +-------------------------+---------------------------------------------------------+ | version | 5.6.26-enterprise-commercial-advanced-log | | version_comment | MySQL Enterprise Server - Advanced Edition (Commercial) | +-------------------------+---------------------------------------------------------+Community Edition:
+-------------------------+------------------------------+ | Variable_name | Value | +-------------------------+------------------------------+ | version | 5.6.26-log | | version_comment | MySQL Community Server (GPL) | +-------------------------+------------------------------+
If you don't have a MySQL account, you can query the MySQL packages directly on the database server. The output may vary depending on the MySQL version installed:
linux> yum list installed |grep -i mysqlEnterprise:
mysql-commercial-server.x86_64 5.7.15-1.1.el7 installedor
MySQL-server-advanced.x86_64 5.6.28-1.el6 installedCommunity:
mysql-community-server.x86_64 5.7.20-1.el7 installedor
MySQL-server.x86_64 5.5.41-1.el6 installed
If your faculty or unit is not supported by UBC IT's Database Administration team, you can find support from a number of open source forums, such as the MySQL community forum, or from a commercial version of MySQL (such as Percona ) for more in-depth support.