当前位置: 代码迷 >> 综合 >> Character set ‘utfmb4‘is not a compiled character set and is not specified......
  详细解决方案

Character set ‘utfmb4‘is not a compiled character set and is not specified......

热度:80   发布时间:2023-12-04 22:33:14.0

Mysql 在修改密码时出现

>mysql -uroot -p
mysql: Character set 'utfmb4' is not a compiled character set and is not specified in the 'C:\Program Files\MySQL\MySQL Server 8.0\share\charsets\Index.xml' 

原因时在my.ini 配置文件中的字符集写错了
在这里插入图片描述
修改为
在这里插入图片描述
再次输入命令就可以了
在这里插入图片描述

  相关解决方案