Home  >  Article  >  Database  >  Example tutorial on modifying coding under Linux

Example tutorial on modifying coding under Linux

零下一度
零下一度Original
2017-06-29 10:49:291103browse

Reference URL:;

# vi /etc/my.cnf

[mysqld]
init_connect='SET collation_connection = utf8_general_ci'init_connect='SET NAMES utf8'character-set-server=utf8
collation-server=utf8_general_ci
skip-character-set-client-handshake
[client]
default-character-set=utf8

[mysql]
default-character-set=utf8

Add the above class content!

Example tutorial on modifying coding under Linux

The above is the detailed content of Example tutorial on modifying coding under Linux. For more information, please follow other related articles on the PHP Chinese website!

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