: : mysql> update user set password=password('비밀번호') where user='root'; : Query OK, 0 rows affected (0.00 sec) : 0 row가 바뀌었다는 군요 결국 안바뀌었다는 예기죠.. select * from user로 root가 있는지 확인할 필요가....