中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

mysql學習之-密碼管理(默認密碼,修改密碼,解決忘記密碼)

1. MySQL安裝后默認沒有密碼,初始化安裝后默認密碼登錄,需要馬上修改root密碼。
[root@mysql ~]# cat /root/.mysql_secret    --查看root賬號密碼
# The random password set for the root user at Tue Dec 13 18:59:06 2016 (local time): 7MhtyX3aZEl9OUf8
[root@mysql ~]# mysql -uroot -p    -- 登錄mysql
Enter password:               --(此處復制粘貼 7MhtyX3aZEl9OUf8)
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.6.25
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
說明:  出現(xiàn)mysql>   表示一切順利成功。

2.  修改密碼
mysql> SET PASSWORD = PASSWORD('123456');   --設置密碼為123456
[root@mysql etc]# mysql -uroot -p123456     --修改密碼后,登錄
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 39
Server version: 5.6.25 MySQL Community Server (GPL)
mysql>     --登錄成功

3. 忘記mysql數(shù)據(jù)庫root的密碼后,如何修改密碼。
[root@mysql etc]# service mysql stop   --停止mysql進程
Shutting down MySQL.... SUCCESS! 
[root@mysql etc]# mysqld_safe --skip-grant-tables&  --啟動mysql時不啟動grant-tables,授權表。執(zhí)行后出現(xiàn)下面畫面,另起一個新會話。
[1] 3574
[root@mysql etc]# 161215 06:13:53 mysqld_safe Logging to '/var/lib/mysql/mysql.err'.
161215 06:13:53 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
[root@mysql ~]# ps -ef|grep mysql   --查看mysql進程是否起來
root       3467   3440  0 05:29 pts/2    00:00:00 mysql -uandy -px xx
root       3574   2845  0 06:13 pts/0    00:00:00 /bin/sh /usr/bin/mysqld_safe --skip-grant-tables
mysql      3677   3574  2 06:13 pts/0    00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-
mysql> UPDATE user SET password=PASSWORD('cccccc') WHERE user='root';   --更改root密碼
Query OK, 4 rows affected (0.04 sec)
Rows matched: 4  Changed: 4  Warnings: 0
mysql> FLUSH PRIVILEGES;    --權限更新
Query OK, 0 rows affected (0.00 sec)
[root@mysql ~]# mysql -uroot -p123456    --使用舊密碼登錄,發(fā)現(xiàn)不行,說明密碼已經更新
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@mysql ~]# mysql -uroot -pcccccc   --新密碼登錄成功
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
mysql>


本文標題:mysql學習之-密碼管理(默認密碼,修改密碼,解決忘記密碼)
標題URL:http://m.rwnh.cn/article48/ippghp.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁設計公司、自適應網(wǎng)站手機網(wǎng)站建設、定制開發(fā)網(wǎng)站導航、建站公司

廣告

聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站建設網(wǎng)站維護公司
永济市| 孟村| 曲麻莱县| 石首市| 介休市| 北流市| 恩平市| 平乡县| 阳山县| 兖州市| 泰来县| 龙井市| 洪洞县| 黑水县| 蕉岭县| 莱阳市| 名山县| 柳江县| 高唐县| 德钦县| 台东市| 乌兰县| 永吉县| 正蓝旗| 长乐市| 类乌齐县| 普宁市| 平舆县| 奇台县| 漳州市| 廉江市| 多伦县| 驻马店市| 凤台县| 阳信县| 开平市| 舟山市| 乐至县| 汾阳市| 扬中市| 岑溪市|