Search code examples
mysqlstored-proceduresvisual-studio-2015tfs-2015

Source Control MySQL Stored Procedure to TFS 2015


I'm tasked to Source control the mysql stored procedures to TFS 2015. I'm trying to use Visual studio 2015 to source control it. I have been seeing blog/questions/forums about MS SQl server SProc source controled to TFS 2015 through Visual studio 2015 (Create a SQl server database project and import the SProc). I'm unable to connect or change to mysql provider in Connection properties( in Database project)enter image description here

Is there another way to source control mysql Stored proc to TFS 2015? Please help me know, what Am i Missing? Please suggest free tools only

Thank you


Solution

  • You need the MySQL for Visual Studio for the connection in VS.

    1. Try to install the mysql .net connector
    2. Install and Configur for MySQL for Visual Studio
    3. Making a Connection

    The check if you can connect the MySql in the project.