-
[CentOS 6.X] MariaDB InstallLinux/RedHat, CentOS, ubuntu 2018. 8. 26. 17:02
- Setting up MariaDB Repositories [ 저장소 등록 ]
# vi /etc/yum.repos.d/MariaDB.repo
================================================
# MariaDB 10.3 CentOS repository list - created 2018-08-26 05:15 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.3/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
- Install MariaDB [ MariaDB 설치 ]
# yum install MariaDB-server MariaDB-client
# service mysql start
# mysqladmin -u root password 'password' # 초기패스워드
'Linux > RedHat, CentOS, ubuntu' 카테고리의 다른 글
Linux 파일은 유지하면서 내용만 지우기 (0) 2019.04.18 Linux tar backup (0) 2019.04.04 [ CentOS 7 ] Loop Back Adapter Configuration (0) 2019.04.03 [ CentOS 7 ] systemctl 명령어 (0) 2019.03.12 CentOS 7 hostname 호스트네임 변경 (0) 2019.02.13 Centos influxDB 설치 (1) 2018.12.30 [CentOS 6] system-config-network 네트워크 설정 (0) 2018.07.06 리눅스 보안 - ssh 접속 보안(root 원격접속 차단, 포트변경) (0) 2018.05.14