메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


* 참고 : https://mariadb.com/blog/upgrading-mysql-51-mariadb-100-centos-6
0. 참고 URL을 이용하여 작업을 했는데 5.1->5.5->10.1로 진행하려 했으나 따라 했더니 5.1에서 10.1.18로 바로 진행되었다.

1. mariadb 5.1에서 바로 10.0으로 바로 upgrade가 되지 않는다. 그래서 5.1 to 5.5로 upgrade후에 10.1로 upgrade해야 한다.

2. db백업및 conf파일 백업
 가. [root@so-db1 /usr/bin]$ mysqldump -p --all-databases > /tmp/backup.sql
 나. [root@so-db1 /usr/bin]$ cp /etc/my.cnf /etc/my.cnf.bak

3. mysql 중지
[root@so-db1 /usr/bin]$ service mysqld stop
mysqld 를 정지 중:                                         [  OK  ]

4. data 디렉토리 백업
[root@so-db1 /usr/bin]$ cp -R /var/lib/mysql /tmp/mysql_backup

5. MariaDB 5.5 Repository설정(/etc/yum.repos.d밑에 생성하고 https://downloads.mariadb.org/mariadb/repositories/ 를 참고하여 생성한다)
vi /etc/yum.repos.d/MariaDB55.repo
# MariaDB 5.5 CentOS repository list - created 2016-11-01 02:31 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

6. repository cache정보를 정리한다.
[root@so-db1 ~]$ yum clean all
Loaded plugins: fastestmirror, refresh-packagekit, security
Repository mariadb is listed more than once in the configuration
Cleaning repos: base epel epel-erlang extras mariadb mongodb-org-3.2 remi-safe updates
Cleaning up Everything

7. Mariadb 5.1 삭제
[root@so-db1 ~]$ yum remove mysql-server
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-server.x86_64 0:5.1.73-5.el6_6 will be erased
--> Processing Dependency: mysql-server for package: akonadi-1.2.1-3.el6.x86_64
--> Running transaction check
---> Package akonadi.x86_64 0:1.2.1-3.el6 will be erased
--> Processing Dependency: libakonadiprotocolinternals.so.1()(64bit) for package: kdepimlibs-akonadi-4.3.4-4.el6.x86_64
--> Processing Dependency: libakonadiprotocolinternals.so.1()(64bit) for package: kdepim-runtime-4.3.4-5.el6.x86_64
--> Processing Dependency: libakonadiprotocolinternals.so.1()(64bit) for package: kdepim-runtime-libs-4.3.4-5.el6.x86_64
--> Processing Dependency: akonadi(x86-64) >= 1.2.0 for package: kdepimlibs-akonadi-4.3.4-4.el6.x86_64
--> Processing Dependency: akonadi(x86-64) >= 1.2.1 for package: kdepim-runtime-libs-4.3.4-5.el6.x86_64
--> Running transaction check
---> Package kdepim-runtime.x86_64 0:4.3.4-5.el6 will be erased
---> Package kdepim-runtime-libs.x86_64 0:4.3.4-5.el6 will be erased
---> Package kdepimlibs-akonadi.x86_64 0:4.3.4-4.el6 will be erased
--> Processing Dependency: libakonadi-kde.so.4()(64bit) for package: 6:kdepim-4.3.4-6.el6.x86_64
--> Running transaction check
---> Package kdepim.x86_64 6:4.3.4-6.el6 will be erased
--> Processing Dependency: kdepim = 6:4.3.4-6.el6 for package: 6:kdepim-libs-4.3.4-6.el6.x86_64
--> Running transaction check
---> Package kdepim-libs.x86_64 6:4.3.4-6.el6 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

=====================================================================================================================================================================================================================
 Package                                                 Arch                                       Version                                              Repository                                             Size
=====================================================================================================================================================================================================================
Removing:
 mysql-server                                            x86_64                                     5.1.73-5.el6_6                                       @base/$releasever                                      25 M
Removing for dependencies:
 akonadi                                                 x86_64                                     1.2.1-3.el6                                          @base/$releasever                                     1.8 M
 kdepim                                                  x86_64                                     6:4.3.4-6.el6                                        @base/$releasever                                      21 M
 kdepim-libs                                             x86_64                                     6:4.3.4-6.el6                                        @base/$releasever                                      20 M
 kdepim-runtime                                          x86_64                                     4.3.4-5.el6                                          @base/$releasever                                     3.2 M
 kdepim-runtime-libs                                     x86_64                                     4.3.4-5.el6                                          @base/$releasever                                     834 k
 kdepimlibs-akonadi                                      x86_64                                     4.3.4-4.el6                                          @base/$releasever                                     1.2 M

Transaction Summary
=====================================================================================================================================================================================================================
Remove        7 Package(s)

Installed size: 73 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Repository mariadb is listed more than once in the configuration
  Erasing    : kdepim-runtime-libs-4.3.4-5.el6.x86_64                                                                                                                                                            1/7 
  Erasing    : kdepim-runtime-4.3.4-5.el6.x86_64                                                                                                                                                                 2/7 
  Erasing    : 6:kdepim-4.3.4-6.el6.x86_64                                                                                                                                                                       3/7 
  Erasing    : 6:kdepim-libs-4.3.4-6.el6.x86_64                                                                                                                                                                  4/7 
  Erasing    : kdepimlibs-akonadi-4.3.4-4.el6.x86_64                                                                                                                                                             5/7 
  Erasing    : akonadi-1.2.1-3.el6.x86_64                                                                                                                                                                        6/7 
  Erasing    : mysql-server-5.1.73-5.el6_6.x86_64                                                                                                                                                                7/7 
  Verifying  : kdepim-runtime-4.3.4-5.el6.x86_64                                                                                                                                                                 1/7 
  Verifying  : 6:kdepim-libs-4.3.4-6.el6.x86_64                                                                                                                                                                  2/7 
  Verifying  : kdepim-runtime-libs-4.3.4-5.el6.x86_64                                                                                                                                                            3/7 
  Verifying  : mysql-server-5.1.73-5.el6_6.x86_64                                                                                                                                                                4/7 
  Verifying  : akonadi-1.2.1-3.el6.x86_64                                                                                                                                                                        5/7 
  Verifying  : 6:kdepim-4.3.4-6.el6.x86_64                                                                                                                                                                       6/7 
  Verifying  : kdepimlibs-akonadi-4.3.4-4.el6.x86_64                                                                                                                                                             7/7 

Removed:
  mysql-server.x86_64 0:5.1.73-5.el6_6                                                                                                                                                                               

Dependency Removed:
  akonadi.x86_64 0:1.2.1-3.el6 kdepim.x86_64 6:4.3.4-6.el6 kdepim-libs.x86_64 6:4.3.4-6.el6 kdepim-runtime.x86_64 0:4.3.4-5.el6 kdepim-runtime-libs.x86_64 0:4.3.4-5.el6 kdepimlibs-akonadi.x86_64 0:4.3.4-4.el6

Complete!

8. MariaDB 5.5 설치
yum install mysql-server

9. MariaDB start
service mysql start

10. mysql_upgrade
mysql_upgrade -p

11. db확인
[root@so-db1 ~]$ mysql -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or g.
Your MariaDB connection id is 18
Server version: 10.1.18-MariaDB MariaDB Server

Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.

MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| hive_metastore_db  |
| information_schema |
| mysql              |
| performance_schema |
| sda                |
| sda2               |
| so                 |
| test               |
| test1              |
+--------------------+
9 rows in set (0.00 sec)


*참고 : 아래와 같은 오류가 발생하면 "mysqldump -u root -p --all-databases > /tmp/backup.sql" 로 실행한다. 
(오류내용: mysqldump: Got error: 1045: "Access denied for user 'root'@'localhost' (using password: NO)" when trying to connect) 


번호 제목 글쓴이 날짜 조회 수
63 kudu의 내부 table명 변경하는 방법 gooper 2022.11.10 22
62 new Gson().toJson(new ObjectId())을 사용하면 값이 다르게 나오는 경우가 있음 총관리자 2016.12.23 44
61 Master rejected startup because clock is out of sync 오류 해결방법 총관리자 2016.05.03 60
60 Mysql DB 생성 및 권한. 특정아이피, 대역에 대한 접근 허용 총관리자 2017.05.04 60
59 org.apache.hadoop.hbase.ClockOutOfSyncException: org.apache.hadoop.hbase.ClockOutOfSyncException 오류시 조치사항 총관리자 2016.07.14 62
58 권한회수 및 권한부여 명령 몇가지 총관리자 2017.11.16 63
57 bin/cassandra -f -R로 startup할때 NullPointerException오류가 나면 조치할 내용 총관리자 2016.04.14 70
56 hbase startrow와 endrow를 지정하여 검색하기 샘플 총관리자 2016.12.07 70
55 테이블의 row수를 빠르게 카운트 하는 방법 총관리자 2017.01.26 77
54 HBase write 성능 튜닝 file 총관리자 2017.07.18 87
53 MongoDB에 있는 특정컬럼의 값을 casting(string->integer)하여 update하기 java 소스 총관리자 2016.12.19 87
» centos 6에서 mariadb 5.1 to 10.0 으로 upgrade 총관리자 2016.11.01 106
51 tablet별 disk사용량 확인하는 방법 총관리자 2021.08.27 118
50 HBase 설정 최적화하기(VCNC) file 총관리자 2017.07.18 120
49 console명령과 API비교 총관리자 2015.12.21 120
48 like검색한 결과를 기준으로 집계를 수행하는 java 소스 총관리자 2016.12.19 129
47 SQL문장과 Mongo에서 사용하는 명령어를 비교한 것입니다. 총관리자 2015.09.30 141
46 mongodb에서 큰데이타 sort시 오류발생에 대한 해결방법 총관리자 2015.12.22 145
45 hbase CustomFilter만들기 (0.98.X이상) 총관리자 2015.05.08 162
44 mongodb 2.6.6 설치(64bit) 총관리자 2015.09.30 185

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로