Bug #73882 MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired.
Submitted: 11 Sep 2014 6:06 Modified: 14 Sep 2014 19:11
Reporter: rachit jain Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any

[11 Sep 2014 6:06] rachit jain
Description:
MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Timeout in IO operation
   at MySql.Data.MySqlClient.TimedStream.StopTimer()
   at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
   at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count)
   at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at _Default.CreatePolicyFile(DataTable dtHeader, DataTable dt, String strType, String strPath, String strIcShortName, String strIcEmailId, String table_name, String col_name)
   at _Default.Page_Load(Object sender, EventArgs e)

System.Threading.ThreadAbortException: Thread was being aborted.
   at _Default.CreatePolicyFile(DataTable dtHeader, DataTable dt, String strType, String strPath, String strIcShortName, String strIcEmailId, String table_name, String col_name)
   at _Default.Page_Load(Object sender, EventArgs e)

How to repeat:
MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired.
[14 Sep 2014 19:11] MySQL Verification Team
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php

If you can provide more information, feel free to add it to this bug and change the status back to 'Open'.

Thank you for your interest in MySQL.