mysql 비밀번호 설정 8월 11, 2010 로 초식 >use mysql; >update user set password=password(‘12345‘) where user = ‘root‘; >flush privileges;