Question Detail

How to insert chinese and japanese character in mysql table?

6 years ago Views 1217 Visit Post Reply

How to insert chinese and japanese  character in mysql table?


Thread Reply

Manish Kumar

- 6 years ago

You can use this:

1) Go to your table in mysql.

2) Select Operations Menu option on Top of Right Side in mysql.

3)  You will see Table option in middle and then Click in COLLATION text box and Select  utf8_general_ci.

4) Click on GO option.