LoginSignup
1

More than 5 years have passed since last update.

CentOS 6.6にMariaDB10.0.19を入れて起動確認まで

Last updated at Posted at 2015-05-19
bash
sudo vim /etc/yum.repos.d/MariaDB.repo
sudo yum -y install  mariadb mariadb-server
sudo  /etc/init.d/mysql start
mysql -u root

mysqlに入って下記の表示になっていればインストールが成功している。
スクリーンショット 2015-05-19 22.08.52.png

OSごとのリポジトリの確認は下記から確認できる
https://downloads.mariadb.org/mariadb/repositories/#mirror=yamagata-university&distro=CentOS&distro_release=centos6-amd64--centos6&version=10.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
1