Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 디스크 용량 확인
- nginx 1.12.0
- error 1728
- disk full
- wsrep
- Oracle
- mysql.proc 오류
- CSS
- navicat
- php 업로드 파일 삭제
- OTP 보정오류
- DOTCOM 마케팅 설계자 SECRET
- php 파일 삭제
- php zip 모듈
- 갈레라
- ZipArchive 오류
- author style
- OTP 오류
- html 구성
- 국민은행(기업)
- MariaDB
- postfix
- 복구
- centos7
- disk 100% 사용
- Laravel
- php excel
- nginx
- user style
- php 7.3
Archives
- Today
- Total
Jehna :)
mariadb 실행 오류 [ERROR] WSREP: rsync SST method requires wsrep_cluster_address to be configured on startup. 본문
윌리/System 이것저것
mariadb 실행 오류 [ERROR] WSREP: rsync SST method requires wsrep_cluster_address to be configured on startup.
Jehna 2022. 7. 14. 17:23mariadb root패스워드 분실로 패스워드 변경 후 서비스 재실행하니까.. 아래 오류가 떴다.
<환경>
- Cent OS 7
- Mariadb 10.X
[ERROR] WSREP: rsync SST method requires wsrep_cluster_address to be configured on startup. |
<해결 방법>
/etc/my.cnf.d/galera.cnf 수정 (wsrep_on 설정값 변경) // 변경 전 wsrep_on = 1 // 변경 후 wsrep_on = 0 |
- 변경 후, mariadb 재시작!!
< 원인>
갈레라 클러스터를 사용하지 않으면서 사용함으로 되어 있어 발생한 오류
'윌리 > System 이것저것' 카테고리의 다른 글
[CentOS] 파일 삭제 후에도 용량 확보가 안되는 경우 (0) | 2022.07.20 |
---|---|
nginx 403 Forbiddent 에러 (1) | 2020.11.08 |
php pear 업데이트 (0) | 2020.10.23 |
nginx 에러 no port in upstream "php-fpm" (0) | 2020.06.18 |
yum 오류 [Errno -1] repomd.xml does not match metalink for updates (0) | 2020.06.13 |