主頁 > 知識庫 > 解決mac使用homebrew安裝MySQL無法登陸問題

解決mac使用homebrew安裝MySQL無法登陸問題

熱門標簽:地圖標注培訓 電銷機器人公眾號推送 手機用地圖標注工具 長安區(qū)違法建房地圖標注 電銷機器人說明書 昆明智能外呼系統(tǒng)中心 安國在哪里辦理400電話 南宋地圖標注黃河華山 智能電銷機器人靠譜么

如果你電腦是Mac的,使用homebrew安裝MySQL是一個非常便捷的方式,但是還是會出現(xiàn)一些問題;

首先保證你已經(jīng)安裝了mysql,如果是通過homebrew安裝的,輸入mysql.server start 啟動服務

如果在輸入

mysql -u root

出現(xiàn)這個錯誤ERROR 1045 (28000): Access denied for user 'zhongchengming'@'localhost' (using password: YES),應該是修改初始密碼沒有成功

解決步驟

(1)終端輸入mysqld_safe --skip-grant-tables 顯示如下

2017-03-21T11:44:11.6NZ mysqld_safe Logging to '/usr/local/var/mysql/zhongchengmingdeMacBook-Air.local.err'.
2017-03-21T11:44:11.6NZ mysqld_safe Logging to '/usr/local/var/mysql/zhongchengmingdeMacBook-Air.local.err'.
2017-03-21T11:44:11.6NZ mysqld_safe A mysqld process already exists

 (2)再次輸入mysql -u root顯示如下

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 10
Server version: 5.7.17 Homebrew
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
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>

   (3)終端輸入 use mysql顯示如下

Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql>

(4)修改密碼UPDATE mysql.user SET authentication_string=PASSWORD('你的密碼') WHERE User='root';

  成功  Query OK, 1 row affected, 1 warning (0.05 sec)

  Rows matched: 1  Changed: 1  Warnings: 1

以上所述是小編給大家介紹的解決mac使用homebrew安裝MySQL無法登陸問題,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

您可能感興趣的文章:
  • Mac OS10.11下mysql5.7.12 安裝配置方法圖文教程
  • mysql 5.7.13 安裝配置筆記(Mac os)
  • MAC下mysql安裝配置方法圖文教程
  • Mac 安裝和卸載 Mysql5.7.11 的方法
  • mac系統(tǒng)OS X10.10版本安裝最新5.7.9mysql的方法
  • Mac上安裝MySQL過程分享
  • 在MAC OS X上安裝MYSQL

標簽:江門 東莞 吉安 武漢 潛江 長沙 合肥 南昌

巨人網(wǎng)絡通訊聲明:本文標題《解決mac使用homebrew安裝MySQL無法登陸問題》,本文關鍵詞  解決,mac,使用,homebrew,安裝,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關。
  • 相關文章
  • 下面列出與本文章《解決mac使用homebrew安裝MySQL無法登陸問題》相關的同類信息!
  • 本頁收集關于解決mac使用homebrew安裝MySQL無法登陸問題的相關信息資訊供網(wǎng)民參考!
  • 推薦文章