Board logo

標題: 忘記MySQL密碼的更改方法 [打印本頁]

作者: service.support    時間: 2006-12-27 14:28     標題: 忘記MySQL密碼的更改方法

1、在linux中
如果 MySQL 正在運行,首先殺之: killall -TERM mysqld
啟動 MySQL :/usr/bin/safe_mysqld --skip-grant-tables
就可以不需要密碼就進入 MySQL 了。
然後就是
>use mysql
>update user set password=password("new_pass") where user="root";
>flush privileges;
重新殺 MySQL ,用正常方法啟動 MySQL 。

2、在windows中
如果mysql正在運行,不要關閉
執行:
mysqld --skip-grant-tables
命令
這時如果看到屏幕沒反應,表示服務已啟動
在一個新窗口中運行
mysql
可以不用密碼登錄
update user set password=password("new_pass") where user="root";
殺掉mysqld 的進程




歡迎光臨 HGIGA Service Docs (http://docs.hgiga.com/Discuz4/) Powered by Discuz! 4.1.0