얕고넓은지식/linux

CentOS 7.x MySQL 5.7 설치 & Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda)

쪽마 2021. 3. 22. 00:24
반응형

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

 

 

 

 

 

 

 

 

 

반응형