What is the most recent version of the MySQL database server that we use now? : Version « Command MySQL « SQL / MySQL
- SQL / MySQL
- Command MySQL
- Version
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