0

I installed MySQL server in my desktop, but MySQL is absent from the datasource list in dataconnections.

This is what I have:

enter image description here

This is what I need

enter image description here

Johan
  • 74,508
  • 24
  • 191
  • 319
Gm Basha
  • 53
  • 1
  • 2
  • 8
  • possible duplicate of [How to connect to a MySQL Data Source in Visual Studio](http://stackoverflow.com/questions/4235291/how-to-connect-to-a-mysql-data-source-in-visual-studio) – KV Prajapati Oct 02 '11 at 06:49

1 Answers1

1

You need to install MySql Connector API.

EDIT:

How to connect to a MySQL Data Source in Visual Studio

Community
  • 1
  • 1
KV Prajapati
  • 93,659
  • 19
  • 148
  • 186