I would like to create a EF model using a MySQL database. I am running VS2012 and VS2013 on a 64 bit machine. What do I need to install to get MySQL to show up in the Enti
For you to see MySql provider you need both to install MySQL Connector/NET 6.7.x and MySQL for Visual Studio 1.0.2.
Or the latest versions MySql Connector/NET 6.8.3 and MySql for Visual Studio 1.1.3.
Bear in mind that if you install Connector/NET thru nuget, it will not register in the machine.config (so is more limited that way).