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
- 자바스크립트
- 공모주 청약
- 주식
- 공모주 청약 일정
- SQL
- jquery
- php
- 주식 청약 일정
- Oracle
- 7월 공모주 청약 일정
- 맥
- 제이쿼리
- java
- JavaScript
- Stock ipo
- MYSQL
- 오라클
- css
- codeigniter
- Eclipse
- 코드이그나이터
- html
- 자바
- 공모주
- 6월 공모주 청약 일정
- Stock
- 리눅스
- linux
- IPO
- 주식 청약
Archives
- Today
- Total
목록aws rds 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