MySQL 5.7root用戶密碼修改

在MySQL 5.7 password字段已從mysql.user表中刪除,新的字段名是「authenticalion_string」.mysql 選擇數據庫:use mysql;sql 更新root的密碼:update user set authentication_string=password('新密碼') where user='root' and Host='localhost';數據庫
相關文章
相關標籤/搜索