Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 mysql 查询,应该返回大约 16,000 个结果。
显然这对我目前的设置来说太多了。
我将增加什么 PHP 变量以允许显示所有结果?
memory_limit 128M post_max_size 8M upload_max_filesize 2M
还有什么?
您应该增加的配置选项是memory_limit,但是为什么您需要一次处理应用程序中的 16,000 行呢?你确定这是必要的吗?
memory_limit
通常,您可以将此逻辑整合到一个while循环中,该循环一次查询数据库中数百甚至一千行的批次。
while