LoginSignup
3
4

More than 5 years have passed since last update.

MariaDB - Ubuntu14.04にapt-getでMariaDB Serverをインストールする方法

Posted at

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

※参考

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4