I want to connect to a MySQL database that is installed on a linux box. The machine I will use to connect to MySQL will be windows. So, is it possible to connect to a MySQL database that is installed on linux through a windows machine. I will be using ASP.NET C# to make the connection. Is this possible?
Share
Yes, you just have to give it the server name that the MYSQL database is on and use an odbc connection.