Skip to content

Instantly share code, notes, and snippets.

@si294r
Created August 23, 2016 10:23
Show Gist options
  • Save si294r/f00c098f0e7620197075054a89c88df3 to your computer and use it in GitHub Desktop.
Save si294r/f00c098f0e7620197075054a89c88df3 to your computer and use it in GitHub Desktop.

1. Import Key, see here

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 [arch=amd64,i386] http://mariadb.biz.net.id/repo/10.1/ubuntu trusty main'

2. Install MariaDB

sudo apt-get update
sudo apt-get install mariadb-server

3. Edit /etc/mysql/my.cnf, disable bind-address to allow remote login

#bind-address           = 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment