저희는 mysql를 사용하고 있습니다. 보안관계가 mysql root패스워드를 변경하고 싶습니다. shell> mysql -u root mysql mysql> UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; mysql> FLUSH PRIVILEGES; 이렇게 해도 작업이 잘 되지 않습니다... 명쾌한 답변을기다리면서..