I notice that there are kinds of charactersets in mysql, for instance:
Server characterset: latin1
Db characterset: utf8
Client characterset: utf8
Conn. characterset:
So I want to know what is the difference between them? thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://en.wikipedia.org/wiki/Character_encoding
If you want to use different encodings, you have to do some transformations. PHP has some functions for this.