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
- linux
- 6월 공모주 청약 일정
- 제이쿼리
- Eclipse
- 자바스크립트
- jquery
- IPO
- Stock
- 공모주 청약
- Stock ipo
- 오라클
- 코드이그나이터
- 주식
- 리눅스
- html
- JavaScript
- css
- 7월 공모주 청약 일정
- 공모주 청약 일정
- 주식 청약
- java
- 맥
- MYSQL
- Oracle
- php
- 자바
- SQL
- 주식 청약 일정
- 공모주
- codeigniter
Archives
- Today
- Total
목록aws rds mysql A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions (1)
개발자의 끄적끄적
[aws/rds] mysql A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions 오류 해결방법
[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-p..
개발/sql
2023. 10. 2. 01:00