1.打開DOS進入mysql下bin目錄(C:\Program Files\MySQL\MySQL Server 5.6\bin)mysql
2.中止mysql服務,net stop mysqlsql
3.輸入:mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server 5.6\my-default.ini" --console --skip-grant-tables數據庫
4.從新打開一個DOS窗口,進入mysql下bin目錄,輸入:mysql -root -pui
5.提示輸入密碼,在Enter後面輸入密碼,進入mysql>ip
6.輸入update (數據庫名稱) set password=PASSWORD('newpassword') where USER='root'it
7.輸入FLUSH PRIVILEGES;console
8.輸入quittable
OK!!!!!!!!!date