ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
mysql을 설치를 하고 root 패스워드 수정하기 mysql 임시패스워드 확인 [root home]# grep "temporary password" /var/log/mysqld.log 2023-11-21T08:42:56.271526Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: umuW,n-qh3?d [root home]# mysql -u root -p ALTER USER 'root'@'localhost' IDENTIFIED BY '패스워드패스워드'; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements ..