目录 一、问题描述二、解决方法1.查看密码策略2.修改密码策略为 LOW3.修改密码长度为 6 一、问题描述 MySQL8 修改密码报错:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 二、解决方法 1.查看密码策略 show variables li
创建mysql账户密码时候提示: 1819 - Your password does not satisfy the current policy requirements 1819-您的密码不符合当前策略要求 下面是执行的sql DROP DATABASE IF EXISTS company;CREATE DATABASE company CHARACTER SET = utf8mb
问题描述: #进入mysql.queena@queena-lenovo:~$ mysql -u root -p#在mysql中输入mysql> grant all privileges on *.* to 'root'@'%' identified by 'pswd' with grant option;#其中,'pswd'是你自己的mysql的密码,记得改下。ERROR 181