비밀번호 찾기

1.실행 중인 mysql:/etc/init.d/mysql stop 2.skip-grant-tables 를 사용 하여 MySQL:/usr/bin/mysql 시작safe--skip-grant-tables&3.이제 비밀 번 호 를 사용 하지 않 고 my sql 에 들 어 갈 수 있 습 니 다.\#myql > use mysql; > UPDATE user SET password=password('123456') WHERE user='root'; //비밀번호 123456;>FLUSH PRIVILEGES; > quit;//mysql 4 를 종료 하고 mysql:/etc/init.d/mysql restart 를 다시 시작 하면 mysql-urot-p123456 로 로그 인 할 수 있 습 니 다.본 고 는 CSDN 블 로그 에서 왔 습 니 다.전재 할 때 출처 를 표시 해 주 십시오.http://blog.csdn.net/ytz_linuxer/archive/2009/07/03/4320660.aspx

좋은 웹페이지 즐겨찾기