1. 修改配置文件

    vi /etc/my.cnf                             #进入 mysql 配置文件
  2. 在配置文件中设置

    skip-grant-tables                          #即不校验密码登录
    
  3. 重启 mysql

    systemctl restart mysqld
    mysql -u root -p    #不用输入密码,直接回车
  4. 将密码置空

    update user set authentication_string='' where user = 'root';
    
  5. 删除 2 中添加的配置项并重启 mysql

  6. 如需修改密码

    
    ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '你的密码';
    // 刷新权限表
    FLUSH privileges;
    
更新于 阅读次数

请我喝[茶]~( ̄▽ ̄)~*

PPYYLEE 微信支付

微信支付

PPYYLEE 支付宝

支付宝

PPYYLEE 贝宝

贝宝