Mac上重置mysql 5.7密碼

#Mac上重置mysql 5.7密碼mysql

個人mac系統是osx 10.11 裝完mysql5.7以前根本登陸不上,網上說用DMG方式裝完後,後彈出一個框,上面會有臨時密碼,可是我安裝的時候卻沒有半點提示。試個好多方法都沒有,終於在SO上找到了方法,貼出來但願能幫到你們。sql

  1. 打開一個終端窗口server

  2. 輸入 sudo /usr/local/mysql/support-files/mysql.server stopip

  3. 輸入 sudo /usr/local/mysql/bin/mysqld_safe --skip-grant-tablesget

  4. 這時不要關窗口,再打開一個終端窗口string

  5. 輸入 sudo /usr/local/mysql/bin/mysql -u rootio

  6. 這時候會出現mysql>了,輸入use mysqltable

  7. 最後輸入 update user set authentication_string=password('9527') where user='root';登錄

這就OK了。date

SO:http://stackoverflow.com/questions/33033306/mysql-5-6-27-reset-root-password-no-password-field/33443921#33443921

相關文章
相關標籤/搜索