mysql password 썸네일형 리스트형 MySQL의 root 사용자의 패스워드를 변경하는 방법 MySQL의 root 사용자의 패스워드를 변경하는 방법 테스트 환경 $ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.9.2009 (Core) Release: 7.9.2009 Codename: Core $ mysqld -V /usr/sbin/mysqld Ver 8.0.31 for Linux on x86_64 (MySQL Community Server - GPL) mysql server(mysqld)에 접속 mysql -u root -p mysql $ mysql -u root -p mysql Enter password: Reading tabl.. 더보기 MySQL의 패스워드 정책을 확인하고 변경하는 방법 MySQL의 패스워드 정책을 확인하고 변경하는 방법 패스워드 정책 확인 MySQL에 로그인 CREATE USER 'zabbix'@'%' IDENTIFIED BY 'ahslxjf11wcd1!'; mysql> CREATE USER 'zabbix'@'%' IDENTIFIED BY 'ahslxjf11wcd1!'; [에러] ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 현재 패스워드 정책을 확인 비밀번호 유효성 검사 플러그인 시스템 변수 확인(MEDIUM) SHOW VARIABLES LIKE 'validate_password%'; mysql> SHOW VARIABLES LIKE 'validate_password%.. 더보기 이전 1 다음