中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql 中怎么修改root密碼

發布時間:2021-08-04 17:06:41 來源:億速云 閱讀:141 作者:Leah 欄目:數據庫

mysql 中怎么修改root密碼,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

Method 1:
在/usr/local//bin/下:
./mysqladmin -u root password new_password
一般安裝時用此方法設置。

Method 2:

在mysql狀態下:
mysql>UPDATE user SET password=PASSWORD(new_password) WHERE user=root;
mysql>FLUSH PRIVILEGES;

Method 3:
mysql>SET PASSWORD FOR root=PASSWORD(new_password);

有人會問如果不知道mysql root的密碼情況下,是否可以修改密碼呢?答案:可以的,想知道方法請繼續往下看:

只有在mysqld啟動的時候加上 --skip-grant-tables就ok,

例:

[root@server]# /usr/local/mysql/bin/mysqld_safe --skip-grant-tables &

[root@server]# /usr/local/mysql/bin/mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or g.
Your MySQL connection id is 7
Server version: 5.0.45-log Source distribution

Type help; or h for help. Type c to clear the buffer.

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> update user set password=password(******)where user=root;
Query OK, 4 rows affected (0.00 sec)
Rows matched: 4  Changed: 4  Warnings: 0

mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)

看完上述內容,你們掌握mysql 中怎么修改root密碼的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

梅河口市| 高密市| 马尔康县| 县级市| 思茅市| 临安市| 托克逊县| 定远县| 隆林| 盐城市| 永济市| 水城县| 新巴尔虎左旗| 南丰县| 平南县| 宜兰市| 锡林浩特市| 蓬莱市| 合肥市| 永新县| 呼伦贝尔市| 泗洪县| 扎兰屯市| 皋兰县| 高台县| 茌平县| 遂昌县| 丘北县| 康保县| 文山县| 方正县| 织金县| 宁武县| 壤塘县| 广平县| 临桂县| 青河县| 宜春市| 孝昌县| 嘉黎县| 深水埗区|