<./>.dev./hood

# remove mysql remove
# wget http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
# rpm -ivh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm


Transaction Check Error:
  file /etc/my.cnf from install of mysql-community-server-5.6.39-2.el6.x86_64 conflicts with file from package MariaDB-common-10.1.31-1.el6.x86_64
  file /usr/share/mysql/charsets/Index.xml from install of mysql-community-common-5.6.39-2.el6.x86_64 conflicts with file from package MariaDB-common-10.1.31-1.el6.x86_64
  file /usr/share/mysql/charsets/armscii8.xml from install of mysql-community-common-5.6.39-2.el6.x86_64 conflicts with file from package MariaDB-common-10.1.31-1.el6.x86_64
  file /usr/share/mysql/charsets/ascii.xml from install of mysql-community-common-5.6.39-2.el6.x86_64 conflicts with file from package MariaDB-common-10.1.31-1.el6.x86_64

.
.
.

Error Summary

# yum list installed | grep -i mysql
# yum erase <package-name>

then

# yum shell
> remove MariaDB-common-10.1.31.1.el6.x86_64
> run


# yum install mysql-community-server -y



참고 URL -

https://www.lesstif.com/pages/viewpage.action?pageId=24445108

http://bperhaps.tistory.com/entry/Centos7-Mariadb-%EC%84%A4%EC%B9%98-%EC%8B%9C-Transaction-check-error-%EC%B2%98%EB%A6%AC%EB%B2%95

http://webinformation.tistory.com/86


'OS > Linux' 카테고리의 다른 글

CENTOS 맥주소 및 NIC UUID gen  (0) 2018.04.11
CentOS GIT 서버 구축  (0) 2018.03.28
centos 6.9 최소 설치 후 환경설정  (0) 2017.10.03
centos GPG-KEY 에러  (0) 2017.10.03
VirtualBox 리눅스 인터넷 연결 확인  (0) 2017.10.01