How to export Chinese characters encoded UTF-8 from MySql to SQL correctly

对着背影说爱祢 提交于 2020-01-02 17:41:10

问题


We are fighting with serious problem last three day,

We exported our MySql database file from PhpmyAdmin, Data was written inside database entries is Chinese with UTF-8 Char-Set, After exporting its converted to Latin Char-Set,

Now we are importing this Database SQl file to other host, We importing this data on on UTF-8 and Collation UTF-general-ci, But data is still in Latin Char i cant see Chinese, Moreover we tried almost all Charset in importing this SQL file, but still now result,

Please someone can help for this.

Regards

来源:https://stackoverflow.com/questions/9620179/how-to-export-chinese-characters-encoded-utf-8-from-mysql-to-sql-correctly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!