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 | 29 | 30 | 31 |
Tags
- Laravel
- 국민은행(기업)
- disk 100% 사용
- MariaDB
- OTP 오류
- php 파일 삭제
- user style
- CSS
- html 구성
- php 업로드 파일 삭제
- wsrep
- nginx 1.12.0
- 복구
- nginx
- error 1728
- php 7.3
- 디스크 용량 확인
- OTP 보정오류
- ZipArchive 오류
- DOTCOM 마케팅 설계자 SECRET
- 갈레라
- author style
- navicat
- centos7
- php excel
- disk full
- Oracle
- postfix
- php zip 모듈
- mysql.proc 오류
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 |