Please help me analyze the excel table data uploaded to the database.
Data in an excel table is uploaded to the database, with 10 thousand to 20 thousand entries of data. The data can be uploaded successfully on one server, but the data uploaded on the other server is incomplete (less data, the code is exactly the same, and it has been a long time...
Reply to discussion (solution)
It is estimated that this is the cause of insufficient memory.
It is estimated that the memory is insufficient. how can this problem be solved? is the customer waiting to upload data?
Write an SQL document. It does not take long.
If you can change it to a csv file, you can use SQL to import it to mysql.
If you must use php to increase the memory, or split the excel file into several small files and upload them in batches.
Write an SQL document. Thank you.
If you can change it to a csv file, you can use SQL to import it to mysql.
If you must use php to increase the memory, or split the excel file into several small files and upload them in batches. Thank you.