1、進入my.cnf 修改[mysqld]標籤下新增一句:skip-grant-tables
2、重啟後 可直接登入資料庫
3、修改密碼 update mysql.user set authentication_string=password('password') where user='username';
4、註釋第一步新增的內容
5、重啟即可使用新密碼登入
1、進入my.cnf 修改[mysqld]標籤下新增一句:skip-grant-tables
2、重啟後 可直接登入資料庫
3、修改密碼 update mysql.user set authentication_string=password('password') where user='username';
4、註釋第一步新增的內容
5、重啟即可使用新密碼登入