Help! A large amount of data is inserted into MySQL with garbled text-php Tutorial

Source: Internet
Author: User
Help! Garbled data inserted into MySQL:
The character set of the field is utf8_unicode_ci, and the PHP file encoding is also a UTF-8.
Reads data from json files, assembles the data into SQL statements, and inserts data into the database. Json is also UTF-8 encoded.

If the number is not large, there will be 2685 pieces of data. after the program is executed, you can view the database. starting from the second row, the Chinese characters following it are garbled.

I have been suffering from this problem for a day or two!


Reply to discussion (solution)

I tried to divide json into several files for separate import. when I imported a large amount of data in csv format, this would cause errors. after splitting, I imported the data.

I tried to divide json into several files for separate import. when I imported a large amount of data in csv format, this would cause errors. after splitting, I imported the data.


Thanks. it has been solved. it is not the problem of character set and file size. it is caused by the use of ez_ SQL. Replace it with the original mysql_query (); then OK!
Hope to help students who encounter the same problem!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.