1、首先关闭mysql服务器

进入任务管理器

win10 修改mysql5.5,cmd中文乱码

进入my.ini配置文件,我的安装路径是C:/Program Files/MySQL/MySQL Server 5.5/


[client]
default-character-set=utf8
port=3306
[mysql]
#网上下面这个 gbk 很多回答也是设置为utf8,结果就是乱码
default-character-set=gbk
# SERVER SECTION
# ----------------------------------------------------------------------
## The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this
# file.
#
[mysqld]# The TCP/IP Port the MySQL Server will listen on
port=3306
#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:/Program Files/MySQL/MySQL Server 5.5/"
#Path to the database root
datadir="C:/ProgramData/MySQL/MySQL Server 5.5/Data/"
# The default character set that will be used when a new schema or table is
# created and no character set is defined
character-set-server=utf8

修改完保存,然后进入任务管理器启动mysql服务器


符:ubuntu修改中文编码

转自:https://www.cnblogs.com/hzh19870110/p/6058862.html


相关文章:

  • 2022-01-22
  • 2022-02-05
  • 2021-06-18
  • 2021-11-04
  • 2021-06-10
  • 2021-06-30
  • 2022-02-23
  • 2022-12-23
猜你喜欢
  • 2021-04-19
  • 2021-12-23
  • 2021-11-21
  • 2021-08-18
  • 2021-04-03
  • 2021-12-04
  • 2021-12-24
相关资源
相似解决方案