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

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,492 questions
C#
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.
11,549 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,046 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,416 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 Answers by the question author, which helps users to know the answer solved the author's problem.