当前位置:网站首页>Your password does not satisfy the current policy requirements
Your password does not satisfy the current policy requirements
2022-04-22 16:46:00 【Recalling the world】
First , This is because your password is not strong enough
Let's first set a passable password
alter user 'root'@'localhost' identified by 'Root_12root';
then , We can access the database normally , Take a look at the variables related to password authentication
SHOW VARIABLES LIKE 'validate_password%';

We revise them one by one , It's like this

set global validate_password.check_user_name=OFF;
set global validate_password.length=0;
set global validate_password.check_user_name=OFF;
set global validate_password.mixed_case_count=0;
set global validate_password.number_count=0;
set global validate_password.policy=LOW;
set global validate_password.special_char_count=0;
The password can be changed normally now 了
# Change the password to root
alter user 'root'@'localhost' identified by 'root';
版权声明
本文为[Recalling the world]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204221638051215.html
边栏推荐
猜你喜欢

京东一面:子线程如何获取父线程 ThreadLocal 的值?我蒙了。。。

Transforme结构:位置编码 | Transformer Architecture: The Positional Encoding

Gome retail takes advantage of the east wind of digital economy to create a "boat body" consumption experience

Blue Bridge Cup practice 018

Experiment 4: KNN, naive Bayes of data mining

记一次对oracle数据库表空间异常增长的分析和处理

8.1 序列模型

RTP packaging and unpacking of webrtc
![[Unity] 使用 Animation Rigging 制作瞄准 IK 1](/img/52/b8ee9d0982a8671356954fbbad775d.png)
[Unity] 使用 Animation Rigging 制作瞄准 IK 1

Algorithm:实现LDA的Gibbs Gauss采样(绘制多图subplot)
随机推荐
数据分析7大能力:梳理数据需求
IDEA代码重构小技巧(VIP典藏版)
Web security tool burp_ Suite installation and use tutorial (professional version)
ASEMI低压降肖特基二极管比普通肖特基好在哪?
领域驱动模型DDD(三)——使用Saga管理事务
顺序表的代码实现
【滤波与卷积(三)】
Blue Bridge Cup practice 018
RT-Thread Studio 工作区编码设置为UTF-8
Test life | less than 2 years after graduation, 0 experience and won the 30W annual salary of a well-known Internet enterprise. How did he do it?
Record a redis value, which is not a small production accident you want
Code implementation of sequence table
接口测试框架实战 | 流程封装与基于加密接口的测试用例设计
C determines whether the database return record is a null DbNull class DbNull Value. Equals(row[fieldName]
web安全工具Burp_suite安装及使用教程(专业版)
Redis optimization series (I) building redis master-slave based on docker
31岁拿了阿里P6的offer,还有必要去吗?
Insist on doing the right thing
Summary of process and principle of solution to concurrency problem (form repeated submission problem)
CrashSight 常规功能&特色功能介绍