Checking the WebFOCUS Hyperstage Version

You can use the following method to check the version of the Hyperstage system.

After connecting to the Hyperstage administrator account, enter the following command at the mysql command prompt:

mysql> show variables like "version_comment";

The Hyperstage version will be shown. For example:

mysql> show variables like "version_comment";
+-----------------+-----------------------------------------+
| Variable_name   | Value                                   |
+-----------------+-----------------------------------------+
| version_comment | build number (revision)=IB_4.0.7_r16961 |
+-----------------+-----------------------------------------+
1 row in set (0.00 sec)

WebFOCUS