Skip to content

Instantly share code, notes, and snippets.

@jstenquist
Created December 13, 2012 20:02
Show Gist options
  • Save jstenquist/4279328 to your computer and use it in GitHub Desktop.
Save jstenquist/4279328 to your computer and use it in GitHub Desktop.
Installing OpenArk MySQL Tools on Ubuntu
# Install python library
sudo apt-get install python-mysqldb
# Install .deb package
wget http://openarkkit.googlecode.com/files/openark-kit-180-1.deb
sudo dpkg -i openark*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment