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
- 네이버스마트 에디터
- checbox
- switch
- 오라클
- 스크립트
- HTML5
- java
- jquery
- MYSQL
- @RequestBody
- 날짜
- maven
- 호환성
- null
- JSTL
- json
- 한글
- 웹 플랫폼 설치 관리자
- 전자정부 표준프레임워크
- spring form tag
- SSL
- DB
- RADIO
- 이클립스
- 문자열
- 톰캣
- Oracle
- php
- html
- exception
Archives
- Today
- Total
개인적인 정리
mysqldump: Couldn't find table: 본문
mysqldump: Couldn't find table:
mysqldump를 실행하는데 위와 같은 오류가 자꾸 발생.
find 로 mysqldump를 찾아보니 mysqldump가 2개가 존재
/usr/bin/mysqldump
/usr/local/mysql/bin/mysqldump
mysqldump 를 실행하면 위에 것이 실행이 되어서 문제가 발생한 듯
/usr/local/mysql/bin/mysqldump/ ~~~로 실행하니 정상적으로 백업이 됨
'DB > MYSQL-IBATIS' 카테고리의 다른 글
| [MySQL] SELECT list is not in GROUP BY clause and contains nonaggregated column '테이블명.필드명' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (0) | 2021.07.14 |
|---|---|
| GROUP_CONCAT (0) | 2018.12.27 |
| mysql ibatis like 검색 (0) | 2018.12.04 |
| mysql 백업 및 복구 (0) | 2018.02.18 |
| LIKE 사용법 (0) | 2016.08.23 |
Comments