로그인시 shell 실행순서
로그인쉘 실행 순서 1 /etc/profile (source 명령으로 /etc/bash.bashrc) 2 ~/.bash_profile 3 ~/.bash_login 4 ~/.profile ~/.bashrc 참고사이트 : https://goldsony.tistory.com/243
로그인쉘 실행 순서 1 /etc/profile (source 명령으로 /etc/bash.bashrc) 2 ~/.bash_profile 3 ~/.bash_login 4 ~/.profile ~/.bashrc 참고사이트 : https://goldsony.tistory.com/243
MySQL login-path 사용하기 생성하기 mysql_config_editor set –login-path=설정이름 –host=주소 –user=아이디 –port=포트 –password 확인 mysql_config_editor print –login-path=설정이름 사용 mysql –login-path=설정이름 삭제 mysql_config_editor remove –login-path=설정이름 기타도움말 mysql_config_editor –help