1.
yum install wget
2.
wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
3.
sudo rpm -ivh mysql57-community-release-el7-11.noarch.rpm
4.
sudo yum -y install mysql-server
4.1 : 아래와 같은 오류가뜬다면 마리아디비가 설치된거니 삭제하고 다시해준다.
yum -y remove mariadb-libs
Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda)
Requires: mariadb-server
Removing: 1:mariadb-server-5.5.68-1.el7.x86_64 (@anaconda)
mariadb-server = 1:5.5.68-1.el7
Obsoleted By: mysql-community-server-5.7.33-1.el7.x86_64 (mysql57-community)
Not found
You could try using --skip-broken to work around the problem
반응형
'얕고넓은지식 > linux' 카테고리의 다른 글
Centos 7 Testing 123.. 계속되면.... (2) | 2021.03.23 |
---|---|
Centos 7 리눅스 웹서버 구축 ( APM ) 나볼라고 펌 (0) | 2021.03.23 |
centos 7 ssh 설치중 이런 오류가 뜬다면? Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details. (0) | 2021.03.23 |
Apache(CentOS) 명령어 (0) | 2021.03.22 |
CentOS 7 PHP 7.3 설치 방법 (0) | 2021.03.22 |
centos7 mysql 비밀번호 초기화 (0) | 2021.03.22 |
mysql 필드에서 특정 기간전 데이터 삭제처리 쿼리 (0) | 2021.02.15 |
usb 가상 디스크관리자 지정된 파일을 찾을수 없습니다 (0) | 2021.01.23 |
맥북 터미널 ssh 리눅스서버 접속하기 (0) | 2017.03.28 |
CentOS 7 SSH 포트 변경하는 방법 (0) | 2017.03.25 |