《Mysql學習MySQL5.7的root的密碼修改》要點:
本文介紹了Mysql學習MySQL5.7的root的密碼修改,希望對您有用。如果有疑問,可以聯系我們。
導讀:在開始服務的情況之下進入mysql 更改密碼:update mysql.user set authentication_string=password('新的密碼') where user=...
在開始服務的情況之下
進入mysql? 更改密碼:update mysql.user set authentication_string=password('新的密碼') where? user='root' and Host = 'localhost';
mysql> flush privileges;
mysql> quit;關閉
重啟
MYSQL入門
轉載請注明本頁網址:
http://www.snjht.com/jiaocheng/5739.html