ADO.Net Entity framework, Fatal error encountered during data read
问题 I am getting the following error while using MySql with Entity framework. I have set the default connection timeout to 300000 on the connection string of EntityConnectionStringBuilder. How to resolve this in Entity framework? 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