> 데이터 베이스 > MySQL 튜토리얼 > MySQL忘记root密码怎么办_MySQL

MySQL忘记root密码怎么办_MySQL

WBOY
풀어 주다: 2016-06-01 13:42:35
원래의
955명이 탐색했습니다.

bitsCN.com
MySQL如果忘记了root密码,可以很方便的找回,方法如下:1.     先杀掉MySQL的所有进程;#killall -TERM mysqld 2.    使用skip-grant-tables这个选项启动MySQL;#/user/bin/safe_mysqld --skip-grant-tables & 3.  这时你就可以不使用密码登陆MySQL了;#mysql -h localhost -u root -pmysql> use mysqlmysql> update user set password=password('newpassword') where user='root'; mysql> flush privileges;mysql> exit;  4.    关闭MySQL; #/user/bin/mysqladmin -u root -p shutdownEnter password:    STOPPING server from pid file /usr/local/mysql/data/ws01.pid071218 11:30:19  mysqld ended [1]+  Done                    /usr/local/mysql/bin/safe_mysqld --skip-grant-tables  (wd: /ceno/product/cacti/include)(wd now: /usr/local/mysql/bin) 5.    正常启动MySQL; #/user/bin/mysqld_safe --user=mysql & [1] 5583Starting mysqld daemon with databases from /usr/local/mysql/data 6.    现在赶快试试你的新密码吧;    作者 wenrunchang123 bitsCN.com

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿