個人在Mac上操作資料庫,遇到的啟動資料庫問題的簡單記錄。接下來透過本文介紹Mac下MySQL初始化密碼操作,需要的朋友參考下
個人在Mac上操作資料庫,遇到的啟動資料庫問題的簡單記錄
1、蘋果->系統偏好設定->最下邊點mysql 在彈出頁面中關閉mysql服務(點選stop mysql server)
2、進入終端輸入:cd /usr/local/mysql/bin/
回車後登入管理員權限sudo su
# 回車後輸入下列指令來禁止mysql 驗證功能. /mysqld_safe --skip-grant-tables &
回車後mysql會自動重啟(偏好設定中mysql的狀態會變成running)
3、輸入輸入指令./mysql
回車後,輸入指令<a href="http://www.php.cn/wiki/563.html" target="_blank">FLUSH</a> PRIVILEGES;
##SET<a href="http://www.php.cn/code/8209.html" target="_blank"> PASSW</a>ORD<a href="http://www.php.cn/wiki/1360.html" target="_blank"> </a>FOR<a href="http://www.php.cn/wiki/125.html" target="_blank"> 'root'@'localhost' = PASSWORD('你的新密碼');</a>
#
以上是MySQL在Mac下初始化密碼操作詳解的詳細內容。更多資訊請關注PHP中文網其他相關文章!