update user password=password('123456') where user='root' 에서여 update user set password=password('123456') where user='root' 이렇게여....set이 빠져부렸네여... 글고 이거하고나서 꼭 flush privileges; 엔터 하세여... : 비번을 잃어버렸습니다... ㅠㅠ : : 그래서.. update 로 비번 변경하려고 하는데... 잘안되네요... : : update user password=password('123456') where user='root' : : 아닌가요?? : : 그리고... '12345' 에서...따옴표가.. 잘못된건가요?