R&D/database

mysql version check

sunshout 2017. 2. 28. 09:23

mysql> show variables like "%version%";
+-------------------------+--------------------------------------+
| Variable_name           | Value                                |
+-------------------------+--------------------------------------+
| innodb_version          | 5.6.31                               |
| ndb_version             | 459788                               |
| ndb_version_string      | ndb-7.4.12                           |
| ndbinfo_version         | 459788                               |
| protocol_version        | 10                                   |
| slave_type_conversions  |                                      |
| version                 | 5.6.31-ndb-7.4.12-cluster-gpl-log    |
| version_comment         | MySQL Cluster Community Server (GPL) |
| version_compile_machine | x86_64                               |
| version_compile_os      | Linux                                |
+-------------------------+--------------------------------------+
10 rows in set (0.00 sec)

mysql>