MySql 长时间读数据发生超时的异常 Mysql Reader Exception TimeOut expired

mysql

connector: .net

var r = cmd.ExecuteReader()

r.Reader()   // <--长时间不停调用

Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.


解决办法有2个


1. 写ConnectString:

server=127.0.0.1;User Id=reader;database=uni_chn_f_cffex_if_201005_r;Allow User Variables=True;pooling=True;Connect Timeout=3;Default Command Timeout=10


Connect Timeout = 3 表示连接数据库3秒超时

Default Command Timeout = 10 表示 Command的执行时间为10秒,之后超时


所以根据需要设置这个 Default Command Timeout 


2. 设置 

command.CommandTimeout = int.MaxValue;

注意,此设置必须在 cmd.ExecuteReader() 这条语句的前面

否则是无效的!


   来源:http://stackoverflow.com/questions/4315701/c-sharp-mysql-connection-timeout-on-query-on-large-table

转载于:https://www.cnblogs.com/norsd/p/6359336.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值