Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

mysql 5.5 리플리케이션 구성하기

4. DBMS 정보기록 Mysql&MariaDB

Mysql 5.5 Replication 구성하기(Master – Slave) 5.5부터는 동기화되는 Replication 구성이 가능(5.1은 비동기식으로 Data Sync시 오류 발생 마스터 서버 작업1. /etc/my.cnf파일 수정 $> vi /etc/my.cnf ... server-id = 1 binlog-do-db=test1234 # 적용할 DB명 log-bin=mysql-master-bin # 리플리케이션에 사용할 로그명 ...

mysql
replication
sync

mysql replication 설정

4. DBMS 정보기록 Mysql&MariaDB

5.5부터는 innodb를 기본엔진으로 사용하기 때문에, Myisam을 사용할 경우, 테이블 구성시 엔진타입을 따로 기재해 주어야 함. Master1 : 192.168.20.11 Master2 : 192.168.20.12 Mysql replication 구성하기(Dual Master) Master1 my.cnf파일 수정 /etc/my.cnf파일에 해당 내용 추가하기 $> vi /etc/my.cnf server-id       = 1 binl...

mysql
replication

mysql 기반의 리플리케이션 및 mmm 설치

4. DBMS 정보기록 Mysql&MariaDB

MYSQL 설치 설치환경 구성1. Mysql사용자정보 추가 [root@localhost ~]# groupadd –g 1002 mysql [root@localhost ~]# useradd -M mysql -u 1002 –g 1002 -d /svc/mysql/ 추가 패키지 설치 [root@localhost ~]# yum install ncurses* openssl-devel* \ gdbm-devel* curl* gm...

mysql
mysql-mmm
mmm-agent
mmm-monitor
replication
high availability

mysql 리플리케이션 UUID오류문제

4. DBMS 정보기록 Mysql&MariaDB

mysql 통째로 복사한 이후에 리플리케이션 구성할때 slave status확인하면 UUID관련된 오류가 발생합니다. mysql> show slave status \G; *************************** 1. row ***************************                Slave_IO_State:                   Master_Host: 192.168.0.130                   Mas...

mysql
replication
mysql uuid

centos7 galera cluster설치

4. DBMS 정보기록 Mysql&MariaDB

DBMS교체(Mysql → Mariadb)를 추진하면서 이중화 구성을 replication 에서 galera_cluster로 전환하기 위해 구축하기 위한 문서 시스템 소개 Replication 기반의 데이터 동기화 방식 WEB/WAS →  DB#1 DDL 유입 (insert / modify / delete / ...) DB#1서버는 binlog에 저장. DB#2 서버는 IO Thread가 master서버로 접속해서 변경내용 확인 후 변경사항이 있...

centos7
galera
galera cluster
replication