What is the command to check the mysql version?
The first step is to open the mysql console on our computer and enter the password, as shown below:
Recommended: "mysql tutorial"
The second step is to enter the "select version();" command and press the Enter key, as shown below:
In the third step, you can see the version number of mysql, as shown in the figure below:
In the fourth step, we can also enter the "status" command and press the Enter key. As shown in the figure below:
In the fifth step, you can see that the version number of mysql is 5.6.16, as shown in the figure below:
The above is the detailed content of What is the command to check the mysql version?. For more information, please follow other related articles on the PHP Chinese website!