I have problems with inserting some Chinese characters into the mysql database. It is working on my local machine but not working in the server pc.
I don’t know why please help.
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.
Maybe the server PC does not support UTF-8 character set. Refer: http://forums.mysql.com/read.php?39,27011,27361#msg-27361 and http://dev.mysql.com/doc/refman/5.1/en/faqs-cjk.html
Execute SHOW CREATE TABLE
table_name; on both Local PC and Server PC. Check the Charset and collation defined on Local PC and change the same in Server PC.