I am working to ensure that the application is deployed on our real server, which uses Connector / Net 6.4.4 to connect our .NET application to MySql, and I get the following exception:
Reading from the stream failed. Internal exception: attempt to read end of stream end.
Research so far shows that MySql is blocking the connection. We are relatively new to MySql, so we donβt know about the available diagnostic tools.
How can I diagnose a specific cause of a failed connection?
Update:
Dmitry Scriptin - the test result set is tiny, I asked specific test requests that do a minimum. josnidhin - An exit error does not put anything. Alex Lynch - The connection is local.
Are there any other logs that might be outside the standard error log?
PS This is mysql v 5.1.11
source share