一、啟動(dòng)命令行,輸入: taskkill /f /im mysqld.exe //關(guān)閉mysql
二、轉(zhuǎn)入mysql的bin目錄下
三、輸入:mysqld --skip-grant-tables // 跳過(guò)密碼檢測(cè)
四、原窗口不關(guān)閉,新打開(kāi)一個(gè),轉(zhuǎn)入mysql的bin目錄下
五、輸入:mysql -u root
六、輸入:修改原來(lái)密碼:update mysql.user set authentication_string=password('123456') where user='root' and Host = 'localhost';
以上所述是小編給大家介紹的修改Mysql root密碼的方法,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!
您可能感興趣的文章:- MAC上Mysql忘記Root密碼或權(quán)限錯(cuò)誤的快速解決方案
- MySQL密碼忘了怎么辦?MySQL重置root密碼方法
- Mysql5.7修改root密碼教程
- Mysql5.7忘記root密碼及mysql5.7修改root密碼的方法
- Mysql5.6 忘記root密碼的解決辦法