I'm trying to upgrade my local version (on mac) of mysql in order to meet the requirements to work with Magento.
IM using the magento-check.php and it's saying my mysql version isn't up to date. Under failed it says "you need MySQL 4.1.20 (or greater)"
However if I run
<?php printf("MySQL server version: %s\n", mysql_get_server_info()); ?>
I get MySQL server version: 5.6.15.
Any ideas on wants going on here?