91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

Mysql密碼重置方法介紹

發布時間:2020-05-19 14:01:45 來源:網絡 閱讀:222 作者:三月 欄目:MySQL數據庫

本文主要給大家介紹Mysql密碼重置方法,文章內容都是筆者用心摘選和編輯的,具有一定的針對性,對大家的參考意義還是比較大的,下面跟筆者一起了解下Mysql密碼重置方法吧。 

  • Step # 1: Stop the MySQL server process.
  • Step # 2: Start the MySQL (mysqld) server/daemon process with the –skip-grant-tables option so that it will not prompt for password.
  • Step # 3: Connect to mysql server as the root user.
  • Step # 4: Setup new mysql root account password i.e. reset mysql password.
  • Step # 5: Exit and restart the MySQL server.

ok,五步,開始!

Step # 1 : 停止sql服務

/etc/init.d/mysql stop

輸出 Stopping MySQL database server: mysqld.

Step # 2: 啟動mysql服務鏡像

mysqld_safe --skip-grant-tables &

輸出
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe

Step # 3: 以mysql服務的方式去鏈接數據庫

mysql -u root

輸出顯示
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.15-Debian_1-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>

Step # 4: 為root用戶設置新的密碼

mysql> use mysql;
mysql> update user set password=PASSWORD("你的密碼") where User='root';
mysql> flush privileges;
mysql> quit

Step # 5: 啟動mysql服務

/etc/init.d/mysql stop

Stopping MySQL database server: mysqld
STOPPING server from pid file /var/run/mysqld/mysqld.pid
mysqld_safe[6186]: ended
[1]+  Done                    mysqld_safe --skip-grant-tables</pre>

Step # 6: 驗證

 /etc/init.d/mysql start
 mysql -u root -p

輸入這條命令按enter鍵后再輸入密碼,就能進去數據庫啦!

reference:
https://www.cyberciti.biz/tips/recover-mysql-root-password.html

看完以上關于Mysql密碼重置方法,很多讀者朋友肯定多少有一定的了解,如需獲取更多的行業知識信息 ,可以持續關注我們的行業資訊欄目的。

向AI問一下細節

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

AI

萝北县| 延边| 十堰市| 休宁县| 渭源县| 靖宇县| 兖州市| 广平县| 逊克县| 满洲里市| 凌海市| 读书| 宝丰县| 清水县| 凤翔县| 通河县| 龙陵县| 阿城市| 石城县| 汉川市| 金塔县| 武山县| 双辽市| 锦州市| 内黄县| 济源市| 长沙县| 京山县| 潮州市| 胶州市| 瑞昌市| 读书| 育儿| 花莲市| 丘北县| 南雄市| 新乡县| 民和| 乌审旗| 新巴尔虎左旗| 如皋市|