Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patriciojofre/17c5d4023e1d095e8de51bc5c516c5a2 to your computer and use it in GitHub Desktop.
Save patriciojofre/17c5d4023e1d095e8de51bc5c516c5a2 to your computer and use it in GitHub Desktop.
Install Mariadb 10.0 with Cassandra engine
sudo add-apt-repository 'deb [arch=amd64,i386] http://mirror.edatel.net.co/mariadb/repo/10.0/ubuntu precise main'
sudo apt-get update
sudo apt-get install mariadb-server
log into mariadb from terminal
mysql --user=your_user
then
INSTALL PLUGIN cassandra SONAME 'ha_cassandra.so';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment