We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
该错误似乎是由于高版本的MySQL所导致的问题
MySQL
[ERROR] #2019 'Can't initialize character set unknown (path: compiled_in)' [MySQL]无法连接到MYSQL服务器
位于MySQL的配置目录:C:\ProgramData\MySQL\MySQL Server 8.0 使用文本编辑软件打开my.ini
C:\ProgramData\MySQL\MySQL Server 8.0
my.ini
在对应节中添加代码,并保存:
[client] default-character-set = utf8mb4 [mysql] default-character-set = utf8mb4 [mysqld] character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci
重启服务器或重启MySQL对应服务,重新运行服务器即可
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错详细
该错误似乎是由于高版本的
MySQL
所导致的问题该错误的解决方案
位于
MySQL
的配置目录:C:\ProgramData\MySQL\MySQL Server 8.0
使用文本编辑软件打开
my.ini
在对应节中添加代码,并保存:
重启服务器或重启
MySQL
对应服务,重新运行服务器即可The text was updated successfully, but these errors were encountered: