일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- (using password: YES)" when trying to connect
- usb efi 시스템 파티션 삭제
- 윈도우 mod_security2
- apple push notification service (apns) is changing
- 숫자 3자리(천단위) 마다 콤마 찍기
- PHP 구글 OTP 연동
- javascript
- group_concat 구분자
- PHP 정규식 예제
- mariadb upgrade
- php 이미지 url 검증 함수
- 우분투 mysql 비밀번호 없이 로그인 될때
- modsecurity 설치
- bootstrap modal
- 비밀번호정규식
- mod_security2 설치
- 파라미터 & 오류
- html pdf 변환
- 비밀번호검증정규식
- 구글 OTP 인증
- PHP 구글 OTP 인증
- 아파치 웹 서버의 정보 숨기기
- php 배열제거
- apache mod rewrite
- 윈도우 환경 아파치 mod_security2 설치
- mysqldump: Got error: 1045
- sha-2 root
- 자바스크립트비밀번호검증
- httpd.conf 보안 설정
- bootstrap
- Today
- Total
투덜이 개발자
mysqldump: Got error: 1045: "Access denied for user 'tms_oatc'@'localhost' (using password: YES)" when trying to connect 본문
mysqldump: Got error: 1045: "Access denied for user 'tms_oatc'@'localhost' (using password: YES)" when trying to connect
엠투 2024. 3. 22. 12:48mysql 백업시
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/resources/how-to-fix-mysqldump-error-1045.813/
How to fix mysqldump error 1045?
Sometimes, you might be in hurry to complete your work. So, the main existence of the problem is from our end! Here too the existence of an error called mysqldump error 1045 is very risky. For backing up the database we will be using mysqldump...
hoststud.com
'DataBase > MySQL' 카테고리의 다른 글
[mysql] 데이터에서 숫자가 아닌 데이터 찾기 (0) | 2024.06.28 |
---|---|
[mysql] GROUP_CONCAT (0) | 2024.04.30 |
Ubuntu(우분투) MariaDB [mysql] root 비밀번호를 변경 했는데 비밀번호 입력하지 않고 로그인 되는게 정상? (0) | 2024.01.17 |
mysql json - select, insertm, update (0) | 2023.12.05 |
View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them (2) | 2023.11.29 |