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
- bootstrap
- magic bytes
- PHP 구글 OTP 인증
- svn 충돌 해결 resolve
- modsecurity 설치
- 파라미터 & 오류
- group_concat 구분자
- svn 충돌 해결 resolved
- 세로 중앙 정렬
- JQuery checkbox 컨트롤
- 구글 OTP 인증
- 아파치 웹 서버의 정보 숨기기
- bootstrap modal
- usb efi 시스템 파티션 삭제
- 비밀번호정규식
- libxrender1
- mysqldump: Got error: 1045
- 비밀번호검증정규식
- 우분투 mysql 비밀번호 없이 로그인 될때
- PHP 구글 OTP 연동
- 자바스크립트비밀번호검증
- php 특정 문자열 취환
- (using password: YES)" when trying to connect
- mysql root 비밀번호 변경
- 부트스트랩4 세로 중앙 정렬
- javascript
- PHP 정규식 예제
- html pdf 변환
- wkhtmltopdf 실행 오류
- apache mod rewrite
Archives
- Today
- Total
목록mysqldump: Got error: 1045 (1)
투덜이 개발자
mysqldump: Got error: 1045: "Access denied for user 'tms_oatc'@'localhost' (using password: YES)" when trying to connect
mysql 백업시 mysqldump --routines --triggers -u 아아디 -p비밀번호 --max_allowed_packet=512M 디비명 > 백업파일명 와 같이 하면 잘 되었지만 최근 보안 업데이트 설정으로 아래와 같이 에러가 발생한다. mysqldump: Got error: 1045: "Access denied for user '아이디'@'localhost' (using password: YES)" when trying to connect mysqldump --routines --triggers -u 아아디 -p'비밀번호' --max_allowed_packet=512M 디비명 > 백업파일명 로 변경 하면 해결 됨 '비밀번호' 로 감사주면 됨.. https://hoststud.com/re..
DataBase/MySQL
2024. 3. 22. 12:48