본문 바로가기

How to./MySQL

MySQL 사용자 패스워드 변경

ALTER USER 'pcidb'@'%' IDENTIFIED BY 'New Password';
flush PRIVILEGES;