How to Check the MySQL Version?

HostStud

Administrator
Staff member
In SSH, type:
MySQL -V

You can also run the following command from MySQL client :
SHOW VARIABLES LIKE “%version%”;
 
Top