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
- 인텐트
- Typescript
- ImageView
- 카카오톡
- 연동
- html
- CSS
- 개발 방법론
- 사용법
- ViewPager
- 하이브리드
- db
- SERVLET
- CUSTOM
- php
- hybrid app
- 하이브리드 앱
- Firebase
- Oracle
- spring
- Java
- 안드로이드
- centos7
- mysql
- spring boot
- 비밀번호
- div
- 강의
- Android
- radiobutton
Archives
- Today
- Total
유혁의 개발 스토리
mysql 5.7 [Warning] Using a password on the command line interface can be insecure. 본문
개인공부
mysql 5.7 [Warning] Using a password on the command line interface can be insecure.
유혁. 2017. 6. 30. 12:22[Warning] Using a password on the command line interface can be insecure.
5.7부터는 비밀번호를 입력할때 설정을 미리해줘야한다는데..
보안상의 이유라고 한다. 그놈의 보안
cmd 에서
mysql_config_editor set --login-path={설정명} --host=localhost --user=root --password
엔터
패스워드 입력
엔터
mysqldump --login-path={설정명} {디비명} > {백업파일명}.sql
이런식으로 처리가 가능하다.
'개인공부' 카테고리의 다른 글
[발라드] 정준일 - 바램 (1) | 2017.07.27 |
---|---|
[CMD] 특정 포트 강제 종료방법 (0) | 2017.07.19 |
[mysql] Excel 엑셀 파일(.csv) mysql import (2) | 2017.06.30 |
[CentOS] CentOS7 웹서버 오픈하기(Web Server Open) (2) | 2017.06.27 |
[CentOS] CentOS7 포트개방 (0) | 2017.06.27 |