gpt4 book ai didi

php - mysqli multi_query 后跟查询

转载 作者:可可西里 更新时间:2023-11-01 08:20:50 25 4
gpt4 key购买 nike

<分区>

我目前正在做以下事情:

$mysqli = new mysqli($server, $username, $password, $database);

$mysqli->multi_query($multiUpdates);
while ($mysqli->next_result()) {;} // Flushing results of multi_queries
$mysqli->query($sqlInserts);

有没有更快的转储结果的方法?

我不需要它们,只想运行下一个查询,但我收到错误:

Commands out of sync; you can't run this command now

问题是 while ($mysqli->next_result()) {;} 需要大约 2 秒,这对于我不想要的东西来说是一种浪费。

还有更好的解决方案吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com