Mysql root 패스워드 변경하기 :: 2007/05/28 14:34



1. mysql -u root -p  로 접속한다.

2. use mysql; 로 디비변경

3. update user set password=password('1234') where user='root';

4 flush privieges; 로 업데이트 반영

5. 끝~

받은 트랙백 (0)개 : 댓글(0)개 달렸습니다.
Trackback Address :: http://blog.leestory.com/trackback/56 관련글 쓰기
Name
Password
Homepage
Secret
< PREV |  1  |  ...  335  |  336  |  337  |  338  |  339  |  340  |  341  |  342  |  343  |  ...  394  |  NEXT >