How to find MySQL Version Installed on Server October 21, 2013 MySQL Tutorials You can find the MySQL version on your server using a simple SSH command. Login in server via SSH, and execute following command. mysql_config --version This command will show the current installed version of MySQL on your server. Like 5.1.70 Screenshot [dedicated_hosting]