Darren
What version of MySQL are you running? I ask because shared memory
connections had major problems that have only recently been fixed. The
problems with shared memory were in the server, not in the connector.
> -----Original Message-----
> From: Darren Compton [mailto:darren_compton@stripped]
> Sent: Tuesday, October 04, 2005 4:51 AM
> To: dotnet@stripped
> Subject: RE: Connection unexpectedly terminated
>
> Im having this same problem. Only started since I updated to
> 1.06. But even downgrading back to 1.05 doesnt fix it now. We
> have our own servers. We've rebooted both the web server and
> the mysql server and still this happens.
> Only semi fix i've found so far is to turn off pooling and
> use tcp socket instead of memory. Problem still occurs but
> only a handful a day compared to thousands every few hours.
>
>
>
>
>
>
> From: "Jorge Bastos" <mysql.jorge@stripped>
> To: <dotnet@stripped>
> Subject: Fw: Connection unexpectedly terminated
> Date: Tue, 4 Oct 2005 09:00:14 +0100
> >Could be the server that have reached the maximun connections
> >
> >
> >----- Original Message ----- From: "Widita Nugraha"
> <widitaz@stripped>
> >To: <dotnet@stripped>
> >Sent: Tuesday, October 04, 2005 5:48 AM
> >Subject: Connection unexpectedly terminated
> >
> >
> >>Hi all,
> >>I have a problem with my ASP.net application being hosted
> by a shared
> >>hosting in the net, i usually runs fine but lately it often
> gives me
> >>this error message, Please inform me how to avoid this error
> >>message...
> >>
> >>
> >>regards,
> >>Widita Nugraha,
> >>Indonesia
> >>
> >>
> >> Server Error in '/' Application.
> >>
> >>
> ---------------------------------------------------------------------
> >> ---
> >>
> >>
> >> /Connection unexpectedly terminated/
> >>
> >>* Description: *An unhandled exception occurred during the
> execution
> >>of the current web request. Please review the stack trace for more
> >>information about the error and where it originated in the code.
> >>
> >>* Exception Details: *MySql.Data.MySqlClient.MySqlException:
> >>Connection unexpectedly terminated
> >>
> >>*Source Error:*
> >>
> >>|An unhandled exception was generated during the execution of the
> >>current web request. Information regarding the origin and
> location of
> >>the exception can be identified using the exception stack trace
> >>below.|
> >>
> >>
> >>*Stack Trace:*
> >>
> >>||
> >>
> >>[MySqlException: Connection unexpectedly terminated]
> >> MySql.Data.MySqlClient.PacketReader.ReadHeader() +272
> >> MySql.Data.MySqlClient.PacketReader.OpenPacket() +107
> >> MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64&
> >>affectedRows, Int64& lastInsertId) +17
> >> MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean
> >>isFirst)
> >>+62
> >> MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[]
> bytes, Int32
> >>length, Boolean consume) +123
> >>
> >>MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader
> >>reader) +320
> >> MySql.Data.MySqlClient.MySqlDataReader.NextResult() +108
> >> MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior
> >>behavior) +143
> >> MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() +7
> >> SPALib.TLibrary.genquery(MySqlConnection& conn, String a)
> >> lasttrans.formLastTrans.Page_Load(Object sender, EventArgs e)
> >> System.Web.UI.Control.OnLoad(EventArgs e) +67
> >> System.Web.UI.Control.LoadRecursive() +35
> >> System.Web.UI.Page.ProcessRequestMain() +750
> >>
> >>
> >>
> >>------------------------------------------------------------
> ----------
> >>-- *Version Information:* Microsoft .NET Framework
> >>Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
> >>
> >
> >
> >
> >--
> >MySQL on .NET Mailing List
> >For list archives: http://lists.mysql.com/dotnet
> >To unsubscribe:
> >http://lists.mysql.com/dotnet?unsub=1
> >
>
>
>
> --
> MySQL on .NET Mailing List
> For list archives: http://lists.mysql.com/dotnet
> To unsubscribe:
> http://lists.mysql.com/dotnet?unsub=1
>