您好,登錄后才能下訂單哦!
[root@MySQL-S mysql]# vim /etc/my.cnf
2.在 [mysqld] 這個模塊添加以下內容。
skip-grant-tables
3.重啟 MySQL。
[root@MySQL-S mysql]# ./support-files/mysql.server restart
4.用空密碼進入,回車。
[root@MySQL-S mysql]# mysql
mysql> alter user 'root'@'localhost' identified by '123456';
6.刷新:
mysql> flush privileges;
或:
update mysql.user set authentication_string=password('123456') where user='root' and Host = 'localhost';
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。