Yu-Min Space
2008年11月28日 星期五
Recover MySQL Database root password
停止 MySQL 服務
#/etc/init.d/mysql stop
使用以下指令啟動 MySQL 服務
# mysqld_safe --skip-grant-tables &
# mysql mysql
進入 MySQL 的命令提示列後:
UPDATE user SET password=password('new password') where user='root';
FLUSH PRIVILEGES;
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言