mysql 切换用户_MacOS Catalina登陆连接MySQL服务报错ERROR 1045 (28000)解决方案

1.停止数据库服务

f096fbfc668cea08b243045e25beb388.png

2.进入到数据库默认安装路径

cd /usr/local/mysql/bin

3.切换到超级管理员用户下

sudo su root

4.执行命令来禁止mysql验证功能

./mysqld_safe --skip-grant-tables &

5.输入指令 进入到MySQL环境下

./mysql

6.刷新MySQL的系统权限相关表

mysql> FLUSH PRIVILEGES; 

7.通过如下指令下改密码

mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY '你的密码';

8.设置允许远程链接

mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '你的密码' WITH GRANT OPTION;

9.以上没有问题的情况下 使用exit;退出MySQL服务

mysql> exit;

10. 使用指令exit退出root用户, 回到普通用户下

sh-3.2# exit

11.输入指令 mysql -uroot -p 回车输入密码 就可以正常进入到环境中了

xiaomu bin % mysql -uroot -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or g.
Your MySQL connection id is 10
Server version: 5.7.28 MySQL Community Server (GPL)

Copyright (c) 2000, 2019, 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>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值