Skip to content

Instantly share code, notes, and snippets.

@EuphoryX1
Created April 1, 2013 08:16
Show Gist options
  • Save EuphoryX1/5283789 to your computer and use it in GitHub Desktop.
Save EuphoryX1/5283789 to your computer and use it in GitHub Desktop.
export PATH=$HOME/usr/local/bin:$PATH
export PERL5LIB=$HOME/usr/local/share/perl5
perl Makefile.PL PREFIX=$HOME/usr/local
make
make test
make install
mkdir -p ~/opt/mysql
cd ~/opt/mysql
wget http://download.softagency.net/mysql/Downloads/MySQL-5.5/mysql-5.5.30-linux2.6-x86_64.tar.gz
make_sandbox ~/opt/mysql/mysql-5.5.30-linux2.6-x86_64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment