IT貓撲網:您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機版|論壇轉貼|軟件發(fā)布

您當前所在位置:首頁操作系統(tǒng)LINUX → linux忘記mysql密碼找回方法

linux忘記mysql密碼找回方法

時間:2015/6/28來源:IT貓撲網作者:網管聯(lián)盟我要評論(0)

  linux忘記mysql教程密碼找回方法 今天我們主要是講一下關于linux忘記mysql密碼處理方法,下面提供了5種linux忘記mysql密碼找回方法哦。

  方法一: # /etc/init.d/mysql stop # mysqld_safe --user=mysql -

  linux忘記mysql教程密碼找回方法

  今天我們主要是講一下關于linux忘記mysql密碼處理方法,下面提供了5種linux忘記mysql密碼找回方法哦。

  方法一:

  # /etc/init.d/mysql stop

  # mysqld_safe --user=mysql --skip-grant-tables --skip-networking &

  # mysql -u root mysql

  mysql> update user set password=password('newpassword') where user='root';

  mysql> flush privileges;

  mysql> quit

  # /etc/init.d/mysql restart

  # mysql -uroot -p

  enter password: <輸入新設的密碼newpassword>

  mysql>

  方法二:

  直接使用/etc/mysql/debian.cnf文件中[client]節(jié)提供的用戶名和密碼:

  # mysql -udebian-sys-maint -p

  enter password: <輸入[client]節(jié)的密碼>

  mysql> update user set password=password('newpassword') where user='root';

  mysql> flush privileges;

  mysql> quit

  # mysql -uroot -p

  enter password: <輸入新設的密碼newpassword>

  mysql>

  方法三:

  這種方法我沒有進行過測試,因為我的root用戶默認密碼已經被我修改過了,那位有空測試一下,把結果告訴我,謝謝。

  # mysql -uroot -p

  enter password: <輸入/etc/mysql/debian.cnf文件中[client]節(jié)提供的密碼>

  方法四:

  方法如下: 1, 關閉mysql服務 /etc/init.d/mysqld stop 2,使用 –skip-grant-tables選項啟動mysql服務,可以修 改/etc/inin.d/mysqld腳本啟動位置增加此選項, vi /etc/init.d/mysqld

  方法如下:

  1, 關閉mysql服務

  /etc/init.d/mysqld stop

  2,使用 –skip-grant-tables選項啟動mysql服務,可以修 改/etc/inin.d/mysqld腳本啟動位置增加此選項,

  vi /etc/init.d/mysqld

  在下面運行啟動的語句里增加--skip-grant-tables

  /usr/bin/mysqld_safe --skip-grant-tables --datadir="$datadir" --socket="$socketfile"

  --log-error="$errlogfile" --pid-file="$mypidfile"

  加入--skip-grant-tables的意思是啟動mysql服務的時候跳 過權限表認證。啟動后,連接到mysql的root不需要口令

  3,重新啟動mysql服務

  /etc/init.d/mysqld start

  4. 修改root用戶的密碼;

  mysql> update mysql.user set password=password('123456') where user=root;

  mysql> flush privileges;

  mysql> quit

  5. 重新啟動mysql,就可以使用 新密碼登錄了。

  mysql

  mysql -u root –p

  輸入密碼:123456

  6,關閉mysql服務

  /etc/init.d/mysqld stop

  7, 重新修改第2步修改的/etc/init.d/mysqld,使其保持原來不變,也就是取消--skip-grant-tables語句

  8,重新 啟動mysql服務

  /etc/init.d/mysqld start

  unix

關鍵詞標簽:linux,mysql

相關閱讀

文章評論
發(fā)表評論

熱門文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程使用screen管理你的遠程會話使用screen管理你的遠程會話GNU/Linux安裝vmwareGNU/Linux安裝vmware如何登錄linux vps圖形界面 Linux遠程桌面連如何登錄linux vps圖形界面 Linux遠程桌面連

相關下載

人氣排行 Linux下獲取CPUID、硬盤序列號與MAC地址linux tc實現ip流量限制dmidecode命令查看內存型號linux下解壓rar文件安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程Ubuntu linux 關機、重啟、注銷 命令lcx.exe、nc.exe、sc.exe入侵中的使用方法查看linux服務器硬盤IO讀寫負載