mysql root 密碼忘記windows

huzhichengforce發表於2015-02-28
1、net stop mysql
再開一個視窗
2、mysqld-nt --skip-grant-tables;
 再開啟一個視窗
3、mysql -u root 
4、修改密碼
use mysql 
update user set password=password("new_pass") where user="root"; 
flush privileges; 
exit
5、重啟資料庫 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26764973/viewspace-1443608/,如需轉載,請註明出處,否則將追究法律責任。

相關文章