Mac上破解MySQL密碼

2022-08-11 03:42:14 字數 1835 閱讀 1869

# 以下所有的不易與文字區分的**皆用中文輸入法中的【】來包括

步驟一:

蘋果->系統偏好設定->最下邊點mysql 在彈出頁面中 關閉mysql服務(點選stop mysql server)

步驟二:

進入終端輸入:【cd /usr/local/mysql/bin/】

回車後 登入管理員許可權:【sudo su】

回車後輸入以下命令來禁止mysql驗證功能:【./mysqld_safe --skip-grant-tables &】

回車後mysql會自動重啟(偏好設定中mysql的狀態會變成running)

步驟三:

輸入命令:【./mysql】

回車後,輸入命令:【flush privileges;】

回車後,輸入命令:【set password for 'root'@'localhost' = password('你的新密碼');】

# 要改的密碼得寫在引號''當中

last login: sat may 11 21:12:20 on ttys000

sc:~ shuchan$ cd /usr/local/mysql/bin/

sc:bin shuchan$ sudo su

password: # 在此需要輸入的是mac的密碼

sh-3.2# ./mysqld_safe --skip-grant-tables &

[1] 2233

sh-3.2# usage: grep [-abcdefghhiijllmnooqrssuvvwxz] [-a num] [-b num] [-c[num]]

​ [-e pattern] [-f file] [--binary-files=value] [--color=when]

​ [--context[=num]] [--directories=action] [--label] [--line-buffered]

​ [--null] [pattern] [file ...]

2019-05-11t13:13:26.6nz mysqld_safe logging to '/usr/local/mysql/data/sc.err'.

2019-05-11t13:13:27.6nz mysqld_safe a mysqld process already exists

./mysql

welcome to the mysql monitor. commands end with ; or \g.

your mysql connection id is 94

server version: 5.7.16 mysql community server (gpl)

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.

mysql> flush privileges;

query ok, 0 rows affected (0.00 sec)

mysql> set password for 'root'@'localhost' = password('123456');

# 要改的密碼得寫在引號''當中

query ok, 0 rows affected, 1 warning (0.00 sec)

破解mac密碼

開機啟動時按住command s 進入單使用者模式下 在shell中輸入以下命令 單使用者下跟掛載點預設為讀 讓它擁有寫功能 root mount aw 設定完成標誌檔案 進入桌面時如果沒有將啟動系統設定程式從而繞過登入介面 重啟root rebootroot passwd zhangsan cha...

Mysql密碼破解

1首先關閉mysql服務,確保沒有任何乙個和mysql服務相關的程序開啟 systemctl stop mysqld ps aux grep mysql 2把mysql放在後台啟動 skip grant table跳過授權表 mysqld safe skip grant tables 3進入mysq...

mac管理員密碼破解

方法一 官方解決方法。找出電腦原配的系統盤,找不到就借一張或者燒錄一張,重啟電腦,啟動的時候按c鍵,選好語言後進入安裝的時候,點選 常用工具 裡面有一項是 重設密碼 這時就可以重新設定mac os系統的管理員密碼了。方法二 黑客解決方法。開機,啟動時按 cmd s 這時進入單一使用者模式 singl...