Search code examples
.netsqlmysqlconnection-string

Connection Lifetime=0 in MySql connection string


What exactly does Connection Lifetime=0 mean in a connection string?


Solution

  • Updated: A value of zero (0) causes pooled connections to have the maximum connection timeout.

    Ref.