Discuss / Java / MySQL download link

MySQL download link

Topic source

Junes_99994

#2 Created at ... [Delete] [Delete and Lock User]

如果是windows:

可以在安装根目录创建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

之后,运行命令 mysqld --initialize-insecure --console 

 "Windows key + R" 打开 "services.msc", 启动MySQL 服务

附:

可用powershell找到MySQL默认的配置文件名及路径:

mysqld --help --verbose  | Select-String "Default options" -CaseSensitive -Context 1


  • 1

Reply