修改 root 密码

alter user user() identified by '数字 & 大写字母 & 小写字母 & 特殊符号';

是不是觉得密码又难有复杂 没事还有办法 不过前提是你先设置好难的密码 不然后面不让你操作
密码太简单就报错咯

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

密码之所以要设置的又难又复杂 就是应为这

SHOW VARIABLES LIKE 'validate_password%';


直接改

set global validate_password_policy=LOW;
set global validate_password_length=6;


这就搞定了 密码你就可以设置123456

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

  1. mysql8.0 设置简单密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    mysql8.0 设置简单密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy requirements ...

  2. 解决MySQL 8.0 设置简单密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy require...

    MySQL8.0下设置简单密码出现错误提示:ERROR 1819 (HY000): Your password does not satisfy the current policy requirem ...

  3. 解决ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    解决ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 今天安装mysql再修改密码时 ...

  4. mysql 设置密码出现ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    ERROR 1819 (HY000): Your password does not satisfy the current policy requirements MySQL5.7为root用户随机 ...

  5. MySQL:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    环境 mysql> select version(); +-----------+ | version() | +-----------+ | 8.0.16 | +-----------+ 报错 ...

  6. MySQL问题:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    文章目录 MySQL问题:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 1.问题 ...

  7. MySQL错误:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    问题是在配置MySQL主从机时候,需要授权出现密码不满足当前政策要求(密码安全等级). 我出现错误的时候是,grant授权的时候. 首先查看一下密码安全设置 SHOW VARIABLES LIKE ' ...

  8. MySQL 8.0 ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    问题:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 原因:新版 MySQL 8. ...

  9. mysql 之 ERROR 1819 (HY000): Your password does not satisfy the current policy requirements问题

    密码策略问题异常信息: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 解决办法: ...

最新文章

  1. 第二十课.DeepGraphLibrary(一)
  2. 31全志r58平台Android4.4.2下打开USB摄像头
  3. ACE_Task介绍
  4. RxJava 参考文档
  5. 前端趋势榜:上周最 yyds 的 10 大前端项目 - 211101
  6. 我们无法在你选择的位置安装Windows。0x80300002
  7. 一道哈夫曼二叉树题目--稍微容易一点
  8. dbMigration .NET 数据同步迁移工具
  9. 安卓WindowManager注入事件如何跳出进程间安全限制
  10. 计算机专业过度饱和,教育部:撤销518个本科专业,计算机专业也被撤销,市场饱和了?...
  11. CodeProject终于迁到Asp.Net了
  12. ubuntu安装xp字体
  13. 第五人格显示服务器连接失败,第五人格网络连接失败怎么回事
  14. oj刷题 Problem J: 软件工程
  15. 分享几款交互UI设计软件用法,了解后再选择
  16. 数学建模参赛技巧 --- 论文撰写
  17. tp5.1 页面调取微信扫一扫识别条形码和二维码
  18. 首届青年统计学家论坛 | 小微金融与个人征信专场
  19. 软件定义网络 Software Defined Network (一)概述
  20. 计算机桌面体验,平板电脑Aero桌面体验

热门文章

  1. 【安卓病毒分析报告】FakeBank-盗取韩国银行信息的手机病毒
  2. 数字减影血管造影系统
  3. 后渗透之meterpreter学习笔记
  4. Java中的模式 --- 命令模式
  5. 徐进的信念:中小服装企业管理要提升,完善和优化岗位职责说明书是第一步
  6. 网易秀品 java,网易秀品时尚买手总监崔范锡 登临纽约时装周
  7. sql 语句left join关联超过2张表时,随着left join一路向左,永远只能是最左边的关联表与新表关联吗?还是母表可以一直on下去?
  8. BOSHIDA 模块电源的分类(三)
  9. 解决 c#连接Oracle 提示system.data.oracleclient 需要 oracle 客户端软件 8.1.7 或更高版本
  10. Apache Phoenix系列 | 从入门到精通续集