Sunday 11 May 2014

How to Find Out Current MySQL Server Version Number

mysqladmin is a powerful tool for database administrator which is used for determining various configuration details of MySQL server. One of the most important feature of this command is to find out mysql server version number from command line under UNIX / Linux operating systems..


You can use the mysqladmin command to get version information from server as follows:


Open vi terminal and type the following command (for remote server login over ssh session):

$ mysqladmin -u root -p version

This will show the current version number of MySQL Database

No comments:

Post a Comment