atomaprchya
atomaprchya

Reputation: 175

Insert other languages in phpmyadmin table row

I have to insert 1x 杜如風 風行風語 Lifestyle Book in one of the row in my mysql table. I am using Phpmyadmin for mysql data connection.

When i put that chinese text, row is inserted but I get 1x ??? ???? Lifestyle Book.

How can I get same chinese text? Is there anything to do with character set?

Upvotes: 0

Views: 727

Answers (1)

Ted Hopp
Ted Hopp

Reputation: 234807

On the home page for phpMyAdmin, make sure that the MySQL connection collation is set to a character set that supports Chinese (a good choice is utf8-general-ci).

Upvotes: 1

Related Questions