Saravanan Ponnusamy

Saravanan Ponnusamy

  • 363
  • 4.4k
  • 1.1m

How to use Multiple MySQL Connector

Dec 21 2018 11:05 PM
Recently im trying to change all my .NET C# projects to MySQL from MSSQL.
 
so i installed latest version MySQL and connector 8.0.13.
 
here my issue is connector 8.0.13 "mysql.data.dll" will support only .NET 6.0 and above..
 
but my projects some are .NET 6.0, some .NET 4.0, some .NET3.5 .. 
 
connector 6.3.5 will support .NET4.0 .. Connector 5.3 will support .NET 3.5 .. but windows allow to install one connector at a time...
 
is there is any way to use multiple MySQL Connector in single machine...
 
or any other solution.. 

Answers (4)