1. 程式人生 > >忘記數據庫密碼

忘記數據庫密碼

ant 系統 admin 重啟 pass l數據庫 結束 serve 啟動

1.用root或者運行mysqld 的用戶登錄系統;

2.利用kill命令結束掉mysqld的進程;

3.使用–skip-grant-tables參數啟動MySQL Server

shell>mysqld_safe –skip-grant-tables &

4.為設置新MySQL數據庫密碼

shell>mysqladmin -u root flush-privileges password "newpassword" 

5.重啟MySQL Server

忘記數據庫密碼