Home > Backend Development > PHP Tutorial > 求助!向MySQL大量插入数据部分乱码

求助!向MySQL大量插入数据部分乱码

WBOY
Release: 2016-06-23 14:08:25
Original
774 people have browsed it

情况:
字段的字符集是utf8_unicode_ci ,PHP文件编码也是UTF-8。
从json文件中读取数据,组装成sql语句,插入数据库。json也是utf8编码的。

量也不大,就2685条数据,程序执行完成后查看数据库,从2196行开始,后面的中文都是乱码了。

这个问题折磨我一两天了,求助!


回复讨论(解决方案)

试着把json分成几个文件分别导入,我之前导入csv格式的大量数据的时候就是怎么弄都会出错,最后分割之后就导入进去了。

试着把json分成几个文件分别导入,我之前导入csv格式的大量数据的时候就是怎么弄都会出错,最后分割之后就导入进去了。


谢谢,已经解决了,不是字符集和文件大小的问题,是我使用了ez_sql这个组件导致的问题。换成原始的 mysql_query();  就OK了!
希望对遇到同样问题的同学有所帮助!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template