Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of mysql c garbled code

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to solve the problem of mysql c garbled code". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to solve the problem of mysql c garbled code".

Mysql c garbled solutions: 1, find the my.cnf file and edit to add "default-character-set=utf8"; 2, add "mysql_set_character_set (& db," utf8 ");" statement in the program.

Operating environment of this article: Windows7 system, mysql5.5, DELL G3 computer

How to solve the problem of mysql c garbled code?

The problem of garbled code caused by c reading mysql

When writing the interface API, it is found that the Chinese character utf8 input is read and displayed as "??" under linux. Question mark, this is caused by coding.

It's very simple to make changes in two places.

1. First find the my.cnf configuration file of mysql / etc/my.cnf edit and add

[mysqld] default-character-set=utf8

two。 Add mysql_set_character_set (& db, "utf8"); statements to the program

Thank you for your reading, the above is the content of "how to solve the problem of mysql c garbled code". After the study of this article, I believe you have a deeper understanding of how to solve the problem of mysql c garbled code, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report