I want to set up mariadb on my mac and try to get cakephp working with it. I was intending to use homebrew but when I enter:
brew install mariadb
I get:
==> Downloading http://ftp.osuosl.org/pub/mariadb/mariadb-5.3.7/kvm-tarbake-jaun
curl: (22) The requested URL returned error: 404
Error: Download failed: http://ftp.osuosl.org/pub/mariadb/mariadb-5.3.7/kvm-tarbake-jaunty-x86/mariadb-5.3.7.tar.gz
going to this link in a browser redirects me to the mariadb download page. I have looked at the mariadb page and I saw that while brew is using 5.3.7 the current stable release is 5.5.33a, I tried to change the version with:
brew edit mariadb
I tried to change the url to the new version but I got this error:
Error: Invalid @version
I assume this is because the page goes through a signup page...
Question: How can I get a valid version? Also: I have downloaded the latest version so can i direct brew to the local copy?
Bonus: How can I get the brew formula to look for the latest version (5.5.33a or 10.0.4)?