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 |
Tags
- 리눅스
- JavaScript
- codeigniter
- 자바스크립트
- Stock ipo
- 오라클
- 주식 청약 일정
- 7월 공모주 청약 일정
- Stock
- SQL
- html
- java
- 주식
- jquery
- 코드이그나이터
- 주식 청약
- 맥
- 자바
- Eclipse
- 공모주 청약
- MYSQL
- 공모주 청약 일정
- php
- css
- Oracle
- 제이쿼리
- linux
- 공모주
- 6월 공모주 청약 일정
- IPO
Archives
- Today
- Total
개발자의 끄적끄적
[aws/rds] mysql A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions 오류 해결방법 본문
개발/sql
[aws/rds] mysql A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions 오류 해결방법
효벨 2023. 10. 2. 01:00728x90
반응형
[aws/rds] mysql A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions 오류 해결방법
aws rds 에 mysql 혹은 mariadb 를
구성해서 사용하다가, 데이터베이스는 추출하려면
mysqldump 명령어를 사용하는데요!
갑자기 아래와 같은 오류가 나는 경우가 있습니다!
A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions
위와 같은 오류가 나타난다면,
아래 있는 옵션을 mysqldump 명령어 끝에 추가해서 사용하시면 됩니다!
--set-gtid-purged=OFF
참고들 하세요!
반응형
'개발 > sql' 카테고리의 다른 글
[sql/mssql] collation Korean_Wansung_CI_AS 설정 방법 (0) | 2024.01.24 |
---|---|
[sql/migration] Mysql 데이터 베이스를 Mssql 로 migration 하는 단계 및 방법 (0) | 2024.01.19 |
[sql/mysql] mysql replace example / mysql 모든 공백 제거하는 방법 (0) | 2023.08.26 |
[mysql/정규식] mysql 콤마/숫자 제외하고 제거하는 정규식 (0) | 2023.08.09 |
[sql/mysql] mysqli 에러 노출되도록 설정하는 방법 (0) | 2023.07.22 |
Comments