如何解決mysql數據庫忘記密碼

vim /etc/my.cnf 添加此行 skip-grant-table systemctl restart mariadb mysql select user,password,host from mysql.user; update mysql.user set password=password(「123456」) where user=「root」 and host=「localhost
相關文章
相關標籤/搜索