douwu8524 2012-07-11 01:12
浏览 91
已采纳

几分钟后,“MySQL服务器已经消失”

I have 2 tables in a query designed to display/email the saved search info of users : users & wishlist.

The search info contains book titles among other things.

I have a first query designed to put into an array all the users that have records in the wishlist table.

Then using a foreach loop, via a second query, take each book title and run a search at various sites and save that information to screen or to an email.

The first run through takes about 3 minutes for the first user's information to be assembled and yet, after this info is displayed, I see the dreaded "MySQL server has gone away".

According to http://dev.mysql.com/doc/refman/5.0/en/gone-away.html - this shouldn't happen so quickly.

The code for the second query is simple :

SELECT * FROM wishlist WHERE uid = " . $sendtouser . " ORDER BY wishid

After the information is compiled for that user, I have the following to close the loop and end the connection.

} while ($row_rsWishDetails = mysql_fetch_assoc($rsWishDetails));
mysql_free_result($rsWishDetails);

I have tried some other suggestions I have found on the web including :

ini_set('max_execution_time', 22222);
ini_set('mysql.connect_timeout', 500);
ini_set('default_socket_timeout', 600);

But nothing is fixing the problem.

Any ideas?

Thanks very much.

  • 写回答

2条回答 默认 最新

  • dongxuan8227 2012-07-11 01:17
    关注

    With long running scripts, you need to make sure that connection is still open before running any queries. The best way to do so is to use something like mysql_ping() before your query.

    Also, the mysql is rather old and inefficient. You should try to upgrade to mysqli.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败