Skip to content

Instantly share code, notes, and snippets.

View jaipandya's full-sized avatar
💭
I may be slow to respond.

Jai Pandya jaipandya

💭
I may be slow to respond.
View GitHub Profile
@jaipandya
jaipandya / mysql.rb
Created January 18, 2012 14:13
Replace the contents of file Library/Formula/mysql.rb with this, for MySql 5.1.59 Homebrew mysql installation
require 'formula'
class Mysql < Formula
homepage 'http://dev.mysql.com/doc/refman/5.1/en/'
url 'http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/mysql-5.1.59.tar.gz'
md5 '1e89816164692f44f768024db4bc05f6'
depends_on 'readline'
def options