Re: Windows Server 2016 Connection Issues
Posted by: Aidan Mauricio
Date: July 27, 2020 09:50AM

The application is a ASP.NET Core application. I'm just doing a simple:
using (MySqlConnection connection = new MySqlConnection(Configuration.GetConnectionString("MySql")))
{
connection.Open();
}

The error I'm getting is:
Application startup exception: MySql.Data.MySqlClient.MySqlException (0x80004005): Couldn't connect to server ---> System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine

The application is also running on the same machine as the MySQL server.

Options: ReplyQuote


Subject
Written By
Posted
Re: Windows Server 2016 Connection Issues
July 27, 2020 09:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.