Skip to content

Instantly share code, notes, and snippets.

@flrngel
Created October 17, 2014 05:43
Show Gist options
  • Save flrngel/f600f990741800b365af to your computer and use it in GitHub Desktop.
Save flrngel/f600f990741800b365af to your computer and use it in GitHub Desktop.
mariadb repository
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/10.0/ubuntu trusty main'
sudo apt-get update
sudo apt-get install mariadb-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment