2010년 10월 18일 월요일

MySQL 계정 패스워드 변경

mysql> update user set pasword=password('ppp') where user='root';


mysql> flush privileages;

댓글 없음:

댓글 쓰기