mysql修改root帳號密碼的方法

ALTER USER 'root'@'localhost' IDENTIFIED BY 'admin'; update user set authentication_string=password(`admin`) where user="root"; string FLUSH PRIVILEGES; io
相關文章
相關標籤/搜索