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
SQL Server Other
Developer technologies C#
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 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,436 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.