エンティティ フレームワークで MySql を使用しているときに、次のエラーが発生します。EntityConnectionStringBuilder の接続文字列で、デフォルトの接続タイムアウトを 300000 に設定しました。Entityフレームワークでこれを解決するには?
Unhandled Exception: System.Data.EntityCommandExecutionException: An
error occurred while reading from the store provider's data reader. See the
inner exception for details. ---> MySql.Data.MySqlClient.MySqlException: Fatal
error encountered during data read. ---> MySql.Data.MySqlClient.MySqlException:
Reading from the stream has failed. ---> System.IO.EndOfStreamException: Attempted
to read past the end of the stream.
更新: ado.net エンティティ フレームワークの net_read_timeout を設定するにはどうすればよいですか?