小编Isa*_*aac的帖子

为什么在我的 MySQL 密码中添加一个字符会将我锁定?

我可以通过以下方式登录mysql -u myuser -p mydb -h localhost

grant all privileges on mydb.* to myuser@'%' identified by
  '1234567890123456789012345678901234567890123456789012345678901234567890123456789';
Run Code Online (Sandbox Code Playgroud)

但不是在我这样做之后:

grant all privileges on mydb.* to myuser@'%' identified by
  '12345678901234567890123456789012345678901234567890123456789012345678901234567890';
Run Code Online (Sandbox Code Playgroud)

数据库密码的 79 个字符的硬限制来自哪里?

mysql password-management mariadb

11
推荐指数
2
解决办法
2956
查看次数

标签 统计

mariadb ×1

mysql ×1

password-management ×1