HowTo: Find Out MySQL Server Version Number
To find out the version of a MySQL server running on your system, you can use the following command in the MySQL command-line client: SELECT VERSION(); Running this command in the MySQL command-line client will display the version number of the MySQL server that you are currently connected to. For example, running this command might … Read more