reducing timeout exception on MySQL on C# -
im trying control mysql tables using c#, though takes program 5 seconds load on 3mbps internet, , throws timeout exception because program taking long connect...
follow question, time connection open thing hard on loading, or queries have effect?
you have 2 time out values. connection has it's own timeout. period allow provider try , connect database.
secondly have command timeout, , amount of time allow query execute before timeout exception raised.
Comments
Post a Comment