Chinese/Japanese character support MySQL

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Chinese/Japanese character support MySQL

Post by z3r0aCc3Ss »

Hi,
I am trying to make a database entry into MySQL database.
I want to insert Chinese and Japanese characters into database. However, I am getting following result when I do so.

Image

That garbage value displayed in columns are the Japanese characters. How do I make display them?
What needs to be changed/altered?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: Chinese/Japanese character support MySQL

Post by ayu »

Try to change the char encoding on the server

Code: Select all

http://forums.mysql.com/read.php?73,170617,185695
"The best place to hide a tree, is in a forest"

Post Reply