본문 바로가기
개인공부

mysql 5.7 [Warning] Using a password on the command line interface can be insecure.

by 유혁. 2017. 6. 30.

[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


이런식으로 처리가 가능하다.