i want to connect xampp mysql to visual studio 2013 .I've read many article's about that problem but any solution is not perfect for solve problem.In visual studio 2013 "choose data sourse" window don't have mysql database option for connect mysql.
Loading

Sanjay KumarPosted Jun 1, 2015, 5:56 AM
Rommel GarciaPosted May 18, 2016, 2:45 AM
Nilesh JadavPosted Jun 1, 2015, 9:05 AM
Sometimes it happens mysql installed but it is not showing in Data Source. So just check it out that .
Try this Plugin also : https://cdn.mysql.com/Downloads/MySQLInstaller/mysql-visualstudio-plugin-1.1.1.msi
Latest Version of Connector : http://dev.mysql.com/downloads/connector/net/
Neeraj KumarPosted Jun 1, 2015, 8:28 AM
Nilesh JadavPosted Jun 1, 2015, 8:07 AM
You have to first download My Sql for VS from here -> http://dev.mysql.com/downloads/windows/visualstudio/
Then you have to download a connector . you get that from this -> http://dev.mysql.com/downloads/connector/net/
After you install both Links into your PC. Then in Visual Studio Server Explorer --> Add New Connection --> Choose Data Source - -> Select MY SQL Database .-- > OK.
You also can test the connection i.e Database is working or not. For that Click Test Connection . When all things get set . Just Press OK .
You are ready with you My Sql Server.
Hope this will help !!
Neeraj KumarPosted Jun 1, 2015, 7:59 AM