1

How to install MySQL Connector on a Mac and communicate and retrieve information from the database? When I install Connector not macOS option (remember that I want to install MySQL Connector for .NET)
I expect this to be very simple but I can't find how to do it because I'm fairly new to Visual Studio for Mac ecosystem.

1
  • 1
    Please share more details of what you have tried so far. Then it would be easier to understand your problem. Commented Jul 23, 2019 at 11:57

1 Answer 1

3

In Project -> Manage NuGet Package -> Search for Mysql -> Install it -> Done

Sign up to request clarification or add additional context in comments.

1 Comment

I was using vscode so I needed to first install the nuget package manager: stackoverflow.com/questions/40675162/… Then I had to instal mysql.data (I think it was the first option). Then vscode asked me to restore the project, and finally the linking was all set (imports recognized in the code).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.