新聞中心
如何在mysql中顯示中文???
utf8Web頁面:
成都創(chuàng)新互聯(lián)專注于洛寧網站建設服務及定制,我們擁有豐富的企業(yè)做網站經驗。 熱誠為您提供洛寧營銷型網站建設,洛寧網站制作、洛寧網頁設計、洛寧網站官網定制、重慶小程序開發(fā)公司服務,打造洛寧網絡公司原創(chuàng)品牌,更為您提供洛寧網站排名全網營銷落地服務。
查詢之前執(zhí)行一下:
set character set 'utf8' 語句(SQL)
同樣寫入數據執(zhí)行一下:
set names 'utf8'
如果你是用的客戶端直接查詢mysql,可將上面的utf8改為gbk試試
怎樣往MYSQL輸入漢字?
有兩種方法...你試一下...不行的話加我的QQ
76558882
1.
修改
mysql
安裝目錄下的
my.ini
修改
default-character-set=latin1
把latin1
改為
gb2312
或
gbk
注意:
修改兩處
CLIENT
SECTION
#
----------------------------------------------------------------------
#
#
The
following
options
will
be
read
by
MySQL
client
applications.
#
Note
that
only
client
applications
shipped
by
MySQL
are
guaranteed
#
to
read
this
section.
If
you
want
your
own
MySQL
client
program
to
#
honor
these
values,
you
need
to
specify
it
as
an
option
during
the
#
MySQL
client
library
initialization.
#
[client]
port=3306
[mysql]
default-character-set=latin1
//把
latin1
改為
gb2312或
gbk
#
SERVER
SECTION
#
----------------------------------------------------------------------
#
#
The
following
options
will
be
read
by
the
MySQL
Server.
Make
sure
that
#
you
have
installed
the
server
correctly
(see
above)
so
it
reads
this
#
file.
#
[mysqld]
#
The
TCP/IP
Port
the
MySQL
Server
will
listen
on
port=3306
#Path
to
installation
directory.
All
paths
are
usually
resolved
relative
to
this.
basedir="C:/Program
Files/MySQL/MySQL
Server
5.0/"
#Path
to
the
database
root
datadir="C:/Program
Files/MySQL/MySQL
Server
5.0/Data/"
#
The
default
character
set
that
will
be
used
when
a
new
schema
or
table
is
#
created
and
no
character
set
is
defined
default-character-set=latin1
//將latin1
改為
gb2312
或
gbk
2.
進入在命令提示符下登錄mysql
輸入
charset
gb2312
你再嘗試使用
insert
into
插入一條記看看...
mysql那個版本可以顯示漢字和數字
ySQL4.x版本。mysql是一款數據庫產品,在ySQL4.x這個版本,可以顯示漢字和數字,3.x只有l(wèi)atin1編碼,數據庫正在不斷的進行發(fā)展,功能會越來越多。
分享文章:mysql中怎么出現(xiàn)漢字 mysql無法顯示中文
網頁網址:http://fisionsoft.com.cn/article/dodgesh.html