CentOS7.2はMariaDBをインストールします

  著作権表示:この記事はShaonPuppetによるオリジナル記事です。転載の元のアドレスを教えてください。ありがとうございます。 https://blog.csdn.net/wh211212/article/details/53129488

MariaDB#の紹介

MariaDB 5.5をインストールします#

[ root@linuxprobe~]# yum -y install mariadb-server
[ root@linuxprobe~]# vi /etc/my.cnf
# add follows within [mysqld] section
[ mysqld]
character-set-server=utf8
[ root@linuxprobe~]# systemctl start mariadb
[ root@linuxprobe~]# systemctl enable mariadb
ln -s '/usr/lib/systemd/system/mariadb.service''/etc/systemd/system/multi-user.target.wants/mariadb.service'
[ root@linuxprobe~]# mysql_secure_installation   #MySQLと同じですが、ずっとy
[ root@linuxprobe ~]# mysql -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with; or \g.
Your MariaDB connection id is 1023
Server version:5.5.50-MariaDB MariaDB Server

Copyright(c)2000,2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h'for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> select user,host,password from mysql.user;+-----------+-----------+-------------------------------------------+| user      | host      | password                                  |+-----------+-----------+-------------------------------------------+| root      | localhost |*F1DAE8BCDFCA7A57F246E0F834AC35830A3D640E || root      |127.0.0.1|*F1DAE8BCDFCA7A57F246E0F834AC35830A3D640E || root      |::1|*F1DAE8BCDFCA7A57F246E0F834AC35830A3D640E |+-----------+-----------+-------------------------------------------+5 rows inset(0.00 sec)
MariaDB [(none)]> show databases;+--------------------+| Database           |+--------------------+| information_schema || mysql              || performance_schema |+--------------------+5 rows inset(0.05 sec)
MariaDB [(none)]> exit;
Bye
# クライアント設定
[ root@vdevops ~]# firewall-cmd --add-service=mysql --permanent
success
[ root@vdevops ~]# firewall-cmd --reload
success

phpMyAdmin#をインストールします

前提は、Webサーバーとphpをインストールすることです。以下を参照してください。
http://blog.csdn.net/wh211212/article/details/52982917http://blog.csdn.net/wh211212/article/details/52994505

 # install from EPEL
[ root@linuxprobe~]# yum --enablerepo=epel -y install phpMyAdmin php-mysql php-mcrypt
[ root@linuxprobe~]# vi /etc/httpd/conf.d/phpMyAdmin.conf
# line 17: IP address you permit to access
Require ip 127.0.0.110.1.1.0/24
# line 34: IP address you permit to access
Require ip 127.0.0.110.1.1.o/24[root@linuxprobe ~]# systemctl restart httpd 

MariaDBマスタースレーブレプリケーション#

MariaDBマスタースレーブレプリケーションはMySQLマスタースレーブレプリケーションと同じです。次の場所に移動してください:[http://blog.csdn.net/wh211212/article/details/53105335](http://blog.csdn.net/wh211212/article/details/53105335)

MariaDB 10.1をインストールします#

[ root@linuxprobe ~]# yum --enablerepo=centos-sclo-rh -y install rh-mariadb101-mariadb-server
[ root@linuxprobe ~]# scl enable rh-mariadb101 bash 
[ root@linuxprobe ~]# mysql -V
mysql  Ver 15.1 Distrib 10.1.14-MariaDB,forLinux(x86_64) using  EditLine wrapper
[ root@linuxprobe ~]# which mysql
/opt/rh/rh-mariadb101/root/usr/bin/mysql
[ root@linuxprobe ~]# vi /etc/profile.d/rh-mariadb101.sh
# create new
#! /bin/bash
source /opt/rh/rh-mariadb101/enable
export X_SCLS="`scl enable rh-mariadb101 'echo $X_SCLS'`"
[ root@linuxprobe ~]# mysql_secure_installation 

Recommended Posts

CentOS7.2はMariaDBをインストールします
Centos7YUMはMariaDB10.0をインストールします
Centos7YUMはMariaDB10.0をインストールします
MariaDBCentos7の下にMariaDBをインストールします
1.5Centos7をインストールする
Centos7.3はnginxをインストールします
CentOS7.2はMysql5.7.13をインストールします
CentOSはRedmineをインストールします
CentOS7はMySQLをインストールします
Centos7インストールprotobuf
CentOS7はDockerをインストールします
CentOS7はGlusterFSをインストールします
CentOS7.4はZabbix3.4をインストールします
CentOS7はDockerをインストールします
Centos6.5はTomcatをインストールします
VmwareはCentOS6をインストールします
CentOS7はHadoop3.0.0をインストールします
Centos7はPython2.7をインストールします
Centos7.6はseleniuをインストールします
CentOS7.3はZabbix3をインストールします
Centos7はLAMP + PHPmyadminをインストールします
CentOSインストールmysql
CentOSはopenjdk1.8をインストールします
CENTOS6.5インストールCDH5.12.1(1)
CentOSはPHPをインストールします
CentOS6はmist.ioをインストールします
Centos7はDockerをインストールします
CentOS7インストールmysql
centOsはrabbitMQをインストールします
CentOS7はMySQL5.6をインストールします
Centos7はNginxをインストールします
CentOS6.5はCDH5.13をインストールします
Centos7インストールdocker18
CentosはPython3をインストールします
centos7インストールドッカー
CentOSインストールjdk
centos7インストールnginx-rtmp
CentOS8はMySQL8.0をインストールします
Centos6.3はKVMをインストールします
CentOSはPostgreSQL9.1をインストールします
CentOS7はmysql8をインストールします
CentOS7はJava1.8をインストールします
CentOS8にMariaDBをインストールする方法
CentOS8はfastdfs6.06をインストールします
CentOS7はGitlabをインストールします
Centos7はPostgreSQLをインストールします
CentOS7はMySQL8をインストールします
CentOS7はJava1.8をインストールします
CentOS6はDockerをインストールします
centos6.5インストールzabbix4.4
Centos8はDockerをインストールします
CentOS6.8はpython2.7をインストールします
CentOSインストールnodejs8
CentOS6.5はGNS3をインストールします
centos7.5インストールmysql5.7.17
Centos7はMySQL8.0をインストールします-手動
CentOS7はKubernetes1.16.3をインストールします
VirtualBoxインストールcentos7
centos7インストールランプ
centos7をインストールして接続します
Centos7にDockerをインストールする