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>