프로그램/database
mysql 유저의 암호를 바꾼다.
update user set password = password('clear_text') where user = 'want_user_id';
FLUSH PRIVILEGES;