Centos7中MySQL忘記密碼處理方法

1、更改/etc/my.cnf文件 vi /etc/my.cnf,在[mysqld]中添加 skip-grant-tables 2、重啓MySQL服務 service mysqld restart 3、使用用戶無密碼登錄 mysql -uroot -p (直接點擊回車,密碼爲空) 4、選擇數據庫 use mysql; 5、修改密碼 update user set authentication_st
相關文章
相關標籤/搜索