Home > Database > Mysql Tutorial > 解决Mysql字符编码问题

解决Mysql字符编码问题

WBOY
Release: 2016-06-07 17:41:47
Original
989 people have browsed it

对于大家熟知的mysql数据库,是不是中文字符编码的问题一直困绕着你?本文以mysql5.5举例,安装方法在此虑过,只说一点:为了程序顺利插入数据到数据库而不出现

1)如在命令行模式下,直接插入中文,网站空间,插入失败(如图一)

图一(不正确的字符串值)

 

 

图二(显示中文)

 

图三(有数据,却显示乱码)

 

关于解决方法参看以下链接:

 

但是有一个问题,如图四

声明:因为已经进入,所以无需再次进行验证

图四(设置失败)

 

(默认编码设置,香港虚拟主机,一般应与操作系统编码一致)

图五(编码)

 

然后再次进入命令行模式,执行查询(如图六)

图六(查询成功)

 

 

本文出自 “IT旅行者” 博客,网站空间,请务必保留此出处

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template