What is the most recent version of the MySQL database server that we use now? : Version « Command MySQL « SQL / MySQL






What is the most recent version of the MySQL database server that we use now?

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

mysql>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Which server version is being run
2.Check MySQL version