Methods to view the database version through Navicat: 1. Connect to the database server; 2. Navigate to the database; 3. View the "Version" field in the "Properties" dialog box.
Navicat's method of checking the database version
To check the database version, using Navicat requires the following steps:
1. Connect to the database server
2. Navigate to the database
3. View version information
Example:
If you are connected to a MySQL database server, you can see the "Version" in the "General" tab of the "Properties" dialog box ” field value, such as “8.0.27”. This means you are connecting to a MySQL 8.0.27 database.
The above is the detailed content of How to check the database version in navicat. For more information, please follow other related articles on the PHP Chinese website!