I'm trying to set up a web API that accesses a MySQL database using Entity Framework. To do this, I have downloaded this connector. However, I am unable to figure out how to get this working. When I create the ADO .NET Entity Data Model, it asks for a source, but all options are Microsoft SQL Server. If someone could point me in the right direction, I would appreciate it.
Edited to add additional information below:
I'm trying to follow the instructions listed here. My problem is that even thoguh I have downloaded the connector, I do not see a MySQL database as a possible connection type. I'm confused as to why this could be and what steps i could take to resolve the problem.
What should appear:

What I have on my screen:
