Check MySQL version : Version « Command MySQL « SQL / MySQL






Check MySQL version

      
mysql>
mysql> SELECT @@VERSION;
+------------------+
| @@VERSION        |
+------------------+
| 5.1.59-community |
+------------------+
1 row in set (0.00 sec)

   
    
    
    
    
    
  








Related examples in the same category

1.Which server version is being run
2.What is the most recent version of the MySQL database server that we use now?