- 啟動 DOS Command Line
- 關閉 MySQL Service
mysql_servicestop.bat
OR net stop mysql - 啟動忽略權限資料表的 MySQL Service
start /b C:\AppServ\MySQL\bin\mysqld-nt.exe --skip-grant-tables --user=root - 變更 MySQL 資料庫 root 密碼
C:\AppServ\MySQL\bin\mysql -e "update mysql.user set password=password('新密碼') where user='root'; " - 完全關閉 MySQL Server
C:\AppServ\MySQL\bin\mysqladmin -u root shutdown - 重啟 MySQL Service,並測試是否登入正常?
mysql_servicestart.bat
OR net start mysql
mysql –uroot -p新密碼
沒有留言:
張貼留言