Steven
Steven

Reputation: 25294

Japanese text is unrecognizable in phpMyAdmin?

I am phpMyAdmin, why is Japanese text in tables unrecognizable? However, I can output the Japanese text from the tables and it can be displayed correctly. Any idea? How to fix phpMyAdmin?

Upvotes: 0

Views: 190

Answers (1)

Michal Čihař
Michal Čihař

Reputation: 10091

Most likely you have wrongly set encoding in table structure and phpMyAdmin uses this information. What encoding you see configured for columns in table structure?

MySQL documentation on this topic might help you to fix this.

Upvotes: 2

Related Questions