Home  >  Article  >  Database  >  mysql odbc字符集设置(中文显示乱码)

mysql odbc字符集设置(中文显示乱码)

WBOY
WBOYOriginal
2016-06-07 18:05:161399browse

mysql odbc字符集设置(中文显示乱码),碰到这个问题的朋友可以参考下。

1.将mysql安装目录下的my.ini中的[client]项中添加default-character-set=gb2312

[client]
default-character-set=gb2312
port=3306
2.将my.ini拷贝到c盘根目录,并修改名字为my.cnf

3.在配置odbc源时,选上Read Options From my.cnf这一项

MySQL ODBC字符集设置

mysql数据库字符集为utf8,使用delphi7的adoquery查询出的结果显示乱码
odbc驱动版本3.51.15
处理如下:
---------------------
修改%windir%\my.ini(如果没有则新增)
内容如下:
[client]
default-character-set=gbk
然后在配置ODBC驱动时选择advanced>flag3>read options from my.cnf

修改后问题解决
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn