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 配置文件中的字符集写错了
修改为
再次输入命令就可以了
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 配置文件中的字符集写错了
修改为
再次输入命令就可以了