[错误解决方法]navicate客户端中文乱码

来源:互联网 发布:哪款理财软件好 编辑:程序博客网 时间:2024/06/05 20:12

【问题描述】

利用eclipse通过jdbc向navicate中数据库表增加记录时,中文出现乱码。


【问题解决】

修改mysql安装目录下的配置文件 my-default.ini (橙色背景字为增加内容)

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.

[mysqld]

# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M

# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin

# These are commonly set, remove the # and set as required.
# basedir = D:\java\software\mysql-5.6.35-winx64
# datadir = D:\java\software\mysql-5.6.35-winx64\data
# port = .....
# server_id = 3306


# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M
character_set_server=utf8

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

[client]  
port = 3306  
default-character-set = utf8 


【参考文章】
http://www.68idc.cn/help/buildlang/ask/20150424325047.html

0 0
原创粉丝点击