Posts tagged How to find MySql Version

How to find MySql Version

You can find the MySql Version with the help of following commands :

============================

root@server[#] mysql  - -version
root@server[#] mysql -V
root@server[#] #  mysql -e status | grep ‘Server version’

============================

That’s all.