티스토리 뷰
rpm 환경으로 설치하기 (centos5 rpm을 그대로 가지고와서 설치)
제거할 패키지 (yum remove)
mysql-libs-5.1.73-8.el6_8.x86_64
perl-5.10.1-144.el6.x86_64
위에 2개의 패키지를 다른 패키지와 연관성이 있어 필요하다면 방법은 아직 없는듯 함
설치할 패키지 (centos5 의 repo 에서 가지고 옴)
http://vault.centos.org/5.11/os/x86_64/CentOS/
mysql-5.0.95-5.el5_9.x86_64.rpm
mysql-server-5.0.95-5.el5_9.x86_64.rpm
perl-5.8.8-42.el5.x86_64.rpm
perl-DBD-MySQL-3.0007-2.el5.x86_64.rpm
perl-DBI-1.52-2.el5.x86_64.rpm
기존 centos5 variables 및 환경까지 동일하게 설정시 위 방법으로 진행
heartbeat 패키지는 위 패키지와 충돌 때문에 설치 불가했었음
mysql redhat-enterprise5 rpm 으로 설치
https://downloads.mysql.com/archives/community/
기본으로 설치되어 있는 rpm 제거
mysql-libs-5.1.73-8.el6_8.x86_64
아래 패키지가 같이 삭제 된다면
cronie
cronie-anacron
crontabs
postfix
삭제하고 난뒤 다시 설치 해준다
yum install crontabs
yum install https://downloads.mysql.com/archives/get/file/MySQL-server-community-5.0.95-1.rhel5.x86_64.rpm
yum install https://downloads.mysql.com/archives/get/file/MySQL-client-community-5.0.95-1.rhel5.x86_64.rpm
기존 centos5 와 mysqld 스크립트 및 환경이 약간 다르다
heartbeat 설치 가능함
기존 centos5 의 mysql 5.0.95 환경과 완전 일치시키는것은 약간 어려움
centos5 mysql 5.0.95 버전에서 이전해와서 운영중이지만 아직까지 특이사항 없음
'Database' 카테고리의 다른 글
mysql_upgrade (mysql 업그레이드) (0) | 2019.05.24 |
---|---|
2006 : MySQL server has gone away (0) | 2019.05.13 |
centos6 - mysql 5.0.95 설치 (0) | 2019.04.30 |
too many connections (0) | 2019.04.17 |
mysql data 디렉토리 (0) | 2019.02.21 |
데이터베이스 언어 (0) | 2018.10.01 |