输入ALTER USER 'root'@'localhost' IDENTIFIED BY 'python123';

然后报错Your password does not satisfy the current policy requirements

如图:

解决这个问题的话首先需要设置密码的验证强度等级,设置 validate_password_policy 的全局参数为 LOW 即可,
输入设值语句 “ set global validate_password_policy=LOW; ” 进行设值

然后输入ALTER USER 'root'@'localhost' IDENTIFIED BY 'python123';

就可以成功更改密码了

退出exit

然后输入mysql -uroot -p之后输入新密码即可进入mysql

解决更改mysql密码时报错Your password does not satisfy the current policy requirements问题相关推荐

  1. mysql修改密码报错:Your password does not satisfy the current policy requirements

    这是 mysql 初始化时,使用临时密码,修改自定义密码时,由于自定义密码比较简单,就出现了不符合密码策略的问题. 密码策略问题异常信息: ERROR 1819 (HY000): Your passw ...

  2. mysql5.7修改密码报错:Your password does not satisfy the current policy requirements

    查看全文 http://www.taodudu.cc/news/show-5908879.html 相关文章: mysql5.7授权失败ERROR 1819 (HY000): Your passwor ...

  3. mysql8修改密码报:Your password does not satisfy the current policy requirements

    mysql修改密码时出现错误: 问题描述 mysql8当执行修改密码语句(两者之一)出现以下错误: 1.ALTER USER USER() IDENTIFIED BY '自己的密码'; 2.ALTER ...

  4. 解决 MySQL 5.7 中 Your password does not satisfy the current policy requirements. 问题

    Mac OS X 下通过 Brew 安装 MySQL 后,默认密码为空,然后运行 mysql_secure_installation 命令设置密码 然后我手贱的在密码强度那里输入了 2(真2了...) ...

  5. mysql报错 Your password does not satisfy the current policy requirements

    mysql 修改密码时报错!密码修改提示密码不符合要求 提示"ERROR 1819 (HY000): Your password does not satisfy the current p ...

  6. mysql知识系列: Your password does not satisfy the current policy requirements

    参考: mysql5.7设置简单密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy requiremen ...

  7. 查看MySQL初始密码、解决MySQL5.7修改密码以及密码认证失败(Your password does not satisfy the current policy requirements)

    这几天在遇到Mysql时遇到密码忘记问题和修改密码不成功,为此解决思路如下: 1.安装MySQL时的初始密码,忘记MySQL的初始密码时,可以查看MySQL的初始密码: 2.修改密码时一直显示不成功, ...

  8. MySQL修改root用户密码 报错ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    修改 root 密码 alter user user() identified by '数字 & 大写字母 & 小写字母 & 特殊符号'; 是不是觉得密码又难有复杂 没事还有办 ...

  9. MySQL解决-Error:Your password does not satisfy the current policy requirements

    背景 MySQL版本:Server version: 5.7.27-0ubuntu0.18.04.1 (Ubuntu) 前言 今天打算在MySQL创建用户时遇到了下面这个错误: mysql> C ...

最新文章

  1. 2.3.2 Batch Norm介绍
  2. tokudb mysql_【MySQL】TokuDB引擎安装教程
  3. ASP.NET学习路线图
  4. js中输出变量的类型和输出对象的的属性/方法/成员函数
  5. 模块ntdll中出现异常eaccessviolation_python常用模块
  6. 教你用 Android 做二次开发,识别率达到科大讯飞语音输入水平 | 原力计划
  7. php生成迷宫图片,PHP实现基于回溯法求解迷宫问题的方法详解
  8. Linux从入门到精通——基础篇
  9. STM32单片机雨滴模块
  10. Servlet 身份验证体系结构
  11. 在Unity中模拟汽车的移动
  12. favicon.ico在线制作
  13. Win2019 ServerManager.exe 0xc0000135 应用程序错误
  14. 网页中有大量图片加载很慢,用什么方法进行优化
  15. 辨别DVI接口连接线三种类型五种规格
  16. 京东店铺托管引流技巧有哪些?
  17. 剪辑画中画视频,如何用视频实现画中画效果
  18. kernel启动流程-start_kernel的执行_8.cpio initrd解包
  19. 三星 android 4.4 kitkat 刷机包,三星 Galaxy S III LTE(i9305) 刷机包 CM11 KitKat 安卓Android4.4 非官方版...
  20. 学习opencv.js(1)图像入门

热门文章

  1. 计算机多媒体理论知识,计算机多媒体技术论文
  2. K8S云原生环境渗透学习
  3. 【例4-3】利用数组,给定N个正整数数据(N<=100),查找最大值和最小值并输出。【输入输出样例】Input length (N<=100):(此处括号、冒号为英文符号,后面无空格;leng
  4. 降级域控制器为成员服务器
  5. 风速风向 UV 相互转换
  6. 蜂鸣器制作“ 孤勇者 ”音乐
  7. latex范数和|| d ||
  8. linux使用mysql命令行工具_我使用过的Linux命令之mysql - MySQL客户端命令行工具
  9. 如何在keil中将文件封装为lib库文件
  10. [P1373]小a和uim之大逃离