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
- jquery
- 스크립트
- MYSQL
- SSL
- switch
- 이클립스
- DB
- 네이버스마트 에디터
- json
- Oracle
- 호환성
- maven
- html
- 전자정부 표준프레임워크
- php
- 날짜
- 문자열
- RADIO
- null
- 한글
- 톰캣
- @RequestBody
- exception
- JSTL
- HTML5
- 오라클
- checbox
- spring form tag
- java
- 웹 플랫폼 설치 관리자
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 |