当前位置: 首页 > 编程笔记 >

解决mac使用homebrew安装MySQL无法登陆问题

柴瀚昂
2023-03-14
本文向大家介绍解决mac使用homebrew安装MySQL无法登陆问题,包括了解决mac使用homebrew安装MySQL无法登陆问题的使用技巧和注意事项,需要的朋友参考一下

如果你电脑是Mac的,使用homebrew安装MySQL是一个非常便捷的方式,但是还是会出现一些问题;

首先保证你已经安装了mysql,如果是通过homebrew安装的,输入mysql.server start 启动服务

如果在输入

mysql -u root

出现这个错误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无法登陆问题,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对小牛知识库网站的支持!

 类似资料:
  • 我想用自制软件在我的Mac上安装OpenJDK 8版1.8.0.119。安装时指定版本的brew命令是什么? 我可以使用brew命令

  • 我正试图从自制安装hdf5库。在终端中运行将返回以下错误消息: ==>搜索类似名称的公式... 错误:找不到类似名称的公式。 错误:没有可用的公式或名称为“HDF5”的桶。 ==>搜索以前删除的公式(在上个月)... 错误:找不到以前删除的公式。 ==>在GitHub上搜索抽头... 错误:抽头中找不到公式。 我是在mac上运行的Mojave 10.14.6版本。下载hdf5库的下一步应该是什么?

  • 本文向大家介绍解决Windows Server 安装后无法使用无线与音频 问题,包括了解决Windows Server 安装后无法使用无线与音频 问题的使用技巧和注意事项,需要的朋友参考一下 1.无线 运行powershell,输入命令: 之后重启。 运行cmd输入: 2.音频服务 运行cmd输入: 如果已经操作完以上步骤后,你的无线或者音频还不能使用,请重新安装对应的驱动就可以了。 总结 以上所

  • 本文向大家介绍解决pycharm无法调用pip安装的包问题,包括了解决pycharm无法调用pip安装的包问题的使用技巧和注意事项,需要的朋友参考一下 问题:pycharm无法调用pip安装的包 原因:pycharm没有设置解析器 解决方法: 打开pycharm->File->Settings->Project Interpreter->设置为你的python路径,我的是:C:\Python27\

  • 本文向大家介绍解决Mac安装thrift因bison报错的问题,包括了解决Mac安装thrift因bison报错的问题的使用技巧和注意事项,需要的朋友参考一下 安装thrift时,报错: Bison version 2.5 or higher must be installed on the system! 使用brew install bison 安装新版的bison 已经安装3.0.4版本 但

  • 在这里闲逛,不知道我在做什么。有什么建议吗? 这就是我所看到的-http://i.imgur.com/gzt07cp.png 这是文本,以防你看不懂 22:40:32[mysql]检测到问题!22:40:32[mysql]端口3306在使用"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe"--defauls-file="C:\Progr