无法将大量文本上传到我的数据库

时间:2018-06-28 19:19:47

标签: php mysql sql mysqli

我有一个网站用户界面。当我在文本区域中逐行输入文本时,它将把它上传到我的MYSQL数据库中。当数量很少时(例如1万行),它可以很好地工作,但是20K时,它不再起作用。

我尝试通过将php.ini提高得很高来编辑max_execution_time, max_input_time, memory_limit, post_max_size, upload_max_filesize。我确保所做的更改都已保存。我再次尝试,但仍然无法正常工作。

1 个答案:

答案 0 :(得分:0)

您的数据库字段可以包含20k +行文本吗?

例如是什么:WITH dataforIDs AS ( SELECT value, ERSBusinessLogic_InputDataSeries FROM [AnimalProductsCoSD].[CoSD].[ERSBusinessLogic] CROSS APPLY STRING_SPLIT(ERSBusinessLogic_InputDataSeries, ',') WHERE ERSBusinessLogic_InputGeographyDimensionID = 7493 AND ERSBusinessLogic_InputTimeDimensionValue = 'all months' AND ERSBusinessLogic_Type = 'HS10 aggregation' ) varchartextblob