Unable to find mysql for visual studio

N 1 Reputation point
2023-06-09T06:12:28.2633333+00:00

I am trying to setup mysql entityframework edmx in visual studio 2019 .

I have installed.

MySQL.Data

MySql.Data.Entity

MySQL.Web

but still in connect window not able to see mysql for visual studio.

below image not showing mysql for visual studio how can we add.

User's image

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
SQL Server | Other
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,151 Reputation points Microsoft External Staff
    2023-06-09T08:59:16.6866667+00:00

    Hi @N, 

    Welcome to Microsoft Q&A! 

    Please try to install MySQL for Visual Studio and Connector/Net

    For help with using MySQL, please report it in dedicated MySQL forum

    Thanks for your understanding!

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

     

    0 comments No comments

  2. Olaf Helper 47,581 Reputation points
    2023-06-09T09:13:07.6566667+00:00

    I have installed. ... MySQL.Data

    That are NuGet package with assemblies for Entity Framework, not the data provider as it.

    You can download them at https://dev.mysql.com/downloads/connector/net/

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.