MariaDB Serverをインストールした時のメモ
環境
- OS: Ubuntu14.04
インストールコマンド
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.yz.yamagata-u.ac.jp/pub/dbms/mariadb/repo/10.1/ubuntu trusty main' sudo apt-get update sudo apt-get install mariadb-server
※参考
MariaDB - Setting up MariaDB Repositories
- MariaDB