3

I'm a mac user and I have a project where I have to use C# and run queries where the data is stored in MySQL workbench. My friends who have windows told me that i should download mysql connector .net in order to establish the connection. But I can't seem to find one to download for mac. Is it possible to find one ? and should I do additional stuff to make the connection work? Thank you

1 Answers1

0

Navigate to this site:

https://dev.mysql.com/downloads/connector/net/6.10.html

Then choose the following: enter image description here

Hussein Salman
  • 7,806
  • 15
  • 60
  • 98
  • 5
    I did download this one to try it but didn't know what to do afterwords. should i include a library or something in my c# code? – Mariane Tarabay Apr 02 '18 at 20:25
  • I'm not sure what to do if you are not using visual studio or vscode. If you are using one of those then follow this: https://stackoverflow.com/questions/57163489/how-to-install-mysql-connector-for-net-c-sharp-on-mac – Jimbo Jan 14 '21 at 02:20